Searched refs:bytes_ext (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.c | 315 struct soc_bytes_ext bytes_ext; member 372 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl() 378 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local 380 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info() 403 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local 405 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put() 415 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local 417 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put() 430 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local 432 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked() [all …]
|
| H A D | tas2781-i2c.c | 247 struct soc_bytes_ext *bytes_ext = in tasdev_cali_data_get() local 262 dst[i++] = bytes_ext->max; in tasdev_cali_data_get() 482 struct soc_bytes_ext *bytes_ext = in tas2781_calib_start_put() 489 if (priv->chip_id != TAS2781 || bytes_ext->max != dat[0] || in tas2781_calib_start_put() 634 struct soc_bytes_ext *bytes_ext = in tasdev_cali_data_put() 644 if (src[0] != bytes_ext->max || src[1] != 'r') { in tasdev_cali_data_put() 681 struct soc_bytes_ext *bytes_ext = in tas2781_latch_reg_get() 687 dst[0] = bytes_ext->max; in tas2781_latch_reg_get() 713 struct soc_bytes_ext *bytes_ext = in tasdev_tf_data_get() 731 dst[0] = bytes_ext in tasdev_tf_data_get() 484 struct soc_bytes_ext *bytes_ext = tas2781_calib_start_put() local 636 struct soc_bytes_ext *bytes_ext = tasdev_cali_data_put() local 684 struct soc_bytes_ext *bytes_ext = tas2781_latch_reg_get() local 716 struct soc_bytes_ext *bytes_ext = tasdev_tf_data_get() local 743 struct soc_bytes_ext *bytes_ext = tasdev_re_data_get() local 770 struct soc_bytes_ext *bytes_ext = tasdev_r0_data_get() local 794 struct soc_bytes_ext *bytes_ext = tasdev_XMA1_data_get() local 814 struct soc_bytes_ext *bytes_ext = tasdev_XMA2_data_get() local [all...] |
| H A D | msm8916-wcd-digital.c | 217 .bytes_ext = {.max = WCD_IIR_FILTER_SIZE, }, \ 224 struct soc_bytes_ext bytes_ext; member 429 struct soc_bytes_ext *params = &ctl->bytes_ext; in msm8x16_wcd_get_iir_band_audio_mixer() 474 struct soc_bytes_ext *params = &ctl->bytes_ext; in msm8x16_wcd_put_iir_band_audio_mixer() 501 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd_iir_filter_info()
|
| H A D | tscs42xx.c | 51 struct soc_bytes_ext bytes_ext; member 270 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get() 289 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_put() 606 struct soc_bytes_ext *params = &ctl->bytes_ext; in bytes_info_ext() 620 .bytes_ext = {.max = xcount, }, \
|
| H A D | da7218.c | 565 struct soc_bytes_ext *bytes_ext = in da7218_biquad_coeff_get() local 569 switch (bytes_ext->max) { in da7218_biquad_coeff_get() 572 bytes_ext->max); in da7218_biquad_coeff_get() 576 bytes_ext->max); in da7218_biquad_coeff_get() 590 struct soc_bytes_ext *bytes_ext = in da7218_biquad_coeff_put() local 600 switch (bytes_ext->max) { in da7218_biquad_coeff_put() 604 bytes_ext->max); in da7218_biquad_coeff_put() 609 bytes_ext->max); in da7218_biquad_coeff_put() 620 for (i = 0; i < bytes_ext->max; ++i) { in da7218_biquad_coeff_put()
|
| H A D | tscs454.c | 147 struct soc_bytes_ext bytes_ext; member 315 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get() 395 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_put() 1482 struct soc_bytes_ext *params = &ctl->bytes_ext; in bytes_info_ext() 1526 .bytes_ext = {.max = xcount, }, \
|
| H A D | lpass-rx-macro.c | 606 .bytes_ext = {.max = RX_MACRO_IIR_FILTER_SIZE, }, \ 675 struct soc_bytes_ext bytes_ext; member 2931 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_put_iir_band_audio_mixer() 2959 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_get_iir_band_audio_mixer() 2980 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_iir_filter_info()
|
| H A D | wcd934x.c | 131 .bytes_ext = {.max = WCD_IIR_FILTER_SIZE, }, \ 564 struct soc_bytes_ext bytes_ext; member 3108 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd934x_put_iir_band_audio_mixer() 3136 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd934x_get_iir_band_audio_mixer() 3157 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd934x_iir_filter_info()
|