Lines Matching refs:bytes_ext
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()
458 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
460 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
470 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
472 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
553 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wm_adsp_ctl_work()
563 ctl->bytes_ext.max = cs_ctl->len; in wm_adsp_ctl_work()
564 ctl->bytes_ext.get = wm_coeff_tlv_get; in wm_adsp_ctl_work()
565 ctl->bytes_ext.put = wm_coeff_tlv_put; in wm_adsp_ctl_work()