Lines Matching refs:bytes_ext
313 struct soc_bytes_ext bytes_ext; member
370 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl()
376 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local
378 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info()
401 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local
403 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put()
418 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local
420 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put()
439 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local
441 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked()
464 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
466 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
481 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
483 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
564 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wm_adsp_ctl_work()
574 ctl->bytes_ext.max = cs_ctl->len; in wm_adsp_ctl_work()
575 ctl->bytes_ext.get = wm_coeff_tlv_get; in wm_adsp_ctl_work()
576 ctl->bytes_ext.put = wm_coeff_tlv_put; in wm_adsp_ctl_work()