Home
last modified time | relevance | path

Searched refs:bytes_ext (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c500 struct soc_bytes_ext bytes_ext; member
810 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl()
834 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local
836 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info()
949 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local
951 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put()
974 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local
976 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put()
999 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local
1001 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked()
[all …]
Dtscs42xx.c51 struct soc_bytes_ext bytes_ext; member
271 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get()
291 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_put()
608 struct soc_bytes_ext *params = &ctl->bytes_ext; in bytes_info_ext()
622 .bytes_ext = {.max = xcount, }, \
Dda7218.c569 struct soc_bytes_ext *bytes_ext = in da7218_biquad_coeff_get() local
573 switch (bytes_ext->max) { in da7218_biquad_coeff_get()
576 bytes_ext->max); in da7218_biquad_coeff_get()
580 bytes_ext->max); in da7218_biquad_coeff_get()
594 struct soc_bytes_ext *bytes_ext = in da7218_biquad_coeff_put() local
604 switch (bytes_ext->max) { in da7218_biquad_coeff_put()
608 bytes_ext->max); in da7218_biquad_coeff_put()
613 bytes_ext->max); in da7218_biquad_coeff_put()
624 for (i = 0; i < bytes_ext->max; ++i) { in da7218_biquad_coeff_put()
Dtscs454.c147 struct soc_bytes_ext bytes_ext; member
316 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_get()
402 struct soc_bytes_ext *params = &ctl->bytes_ext; in coeff_ram_put()
1491 struct soc_bytes_ext *params = &ctl->bytes_ext; in bytes_info_ext()
1535 .bytes_ext = {.max = xcount, }, \