Lines Matching refs:bytes_ext
500 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()
1054 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
1056 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
1082 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
1084 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
1176 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wmfw_add_ctl()
1186 ctl->bytes_ext.max = ctl->len; in wmfw_add_ctl()
1187 ctl->bytes_ext.get = wm_coeff_tlv_get; in wmfw_add_ctl()
1188 ctl->bytes_ext.put = wm_coeff_tlv_put; in wmfw_add_ctl()