Searched refs:bytes_ext (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.c | 317 struct soc_bytes_ext bytes_ext; 382 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in wm_coeff_info() 388 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() 390 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info() 413 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() 415 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put() local 425 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() 427 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked() 440 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() 442 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked() 315 struct soc_bytes_ext bytes_ext; global() member 378 struct soc_bytes_ext *bytes_ext = wm_coeff_info() local 403 struct soc_bytes_ext *bytes_ext = wm_coeff_put() local 430 struct soc_bytes_ext *bytes_ext = wm_coeff_put_acked() local 458 struct soc_bytes_ext *bytes_ext = wm_coeff_get() local 470 struct soc_bytes_ext *bytes_ext = wm_coeff_tlv_get() local [all...] |
| H A D | tas2781-i2c.c | 249 struct soc_bytes_ext *bytes_ext = in tasdev_cali_data_get() local 264 dst[i++] = bytes_ext->max; in tasdev_cali_data_get() 484 struct soc_bytes_ext *bytes_ext = in tas2781_calib_start_put() local 491 if (priv->chip_id != TAS2781 || bytes_ext->max != dat[0] || in tas2781_calib_start_put() 645 struct soc_bytes_ext *bytes_ext = in tasdev_cali_data_put() local 655 if (src[0] != bytes_ext->max || src[1] != 'r') { in tasdev_cali_data_put() 692 struct soc_bytes_ext *bytes_ext = in tas2781_latch_reg_get() local 698 dst[0] = bytes_ext->max; in tas2781_latch_reg_get() 724 struct soc_bytes_ext *bytes_ext = in tasdev_tf_data_get() local 742 dst[0] = bytes_ext->max; in tasdev_tf_data_get() [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 | 52 struct soc_bytes_ext bytes_ext; 263 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get() 280 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get() 587 struct soc_bytes_ext *params = &ctl->bytes_ext; 601 .bytes_ext = {.max = xcount, }, \ 51 struct soc_bytes_ext bytes_ext; global() member
|
| 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 | lpass-rx-macro.c | 607 .bytes_ext = {.max = RX_MACRO_IIR_FILTER_SIZE, }, \ 676 struct soc_bytes_ext bytes_ext; 2935 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_put_iir_band_audio_mixer() 2963 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_get_iir_band_audio_mixer() 2984 struct soc_bytes_ext *params = &ctl->bytes_ext; in rx_macro_iir_filter_info() 675 struct soc_bytes_ext bytes_ext; global() member
|
| H A D | wcd934x.c | 131 .bytes_ext = {.max = WCD_IIR_FILTER_SIZE, }, \ 564 struct soc_bytes_ext bytes_ext; member 3096 struct soc_bytes_ext *params = &ctl->bytes_ext; in set_iir_band_coeff() 3124 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd934x_put_iir_band_audio_mixer() 3145 struct soc_bytes_ext *params = &ctl->bytes_ext; in wcd934x_get_iir_band_audio_mixer()
|