Lines Matching refs:bytes_ext
314 struct soc_bytes_ext bytes_ext; member
371 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl()
377 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local
379 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info()
402 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local
404 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put()
414 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local
416 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put()
438 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local
440 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked()
466 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
468 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
478 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
480 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
561 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wm_adsp_ctl_work()
571 ctl->bytes_ext.max = cs_ctl->len; in wm_adsp_ctl_work()
572 ctl->bytes_ext.get = wm_coeff_tlv_get; in wm_adsp_ctl_work()
573 ctl->bytes_ext.put = wm_coeff_tlv_put; in wm_adsp_ctl_work()