Lines Matching refs:bytes_ext
613 struct soc_bytes_ext bytes_ext; member
928 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl()
952 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local
954 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info()
1084 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local
1086 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put()
1100 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local
1102 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put()
1120 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local
1122 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked()
1195 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
1197 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
1211 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
1213 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
1296 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wmfw_add_ctl()
1306 ctl->bytes_ext.max = ctl->len; in wmfw_add_ctl()
1307 ctl->bytes_ext.get = wm_coeff_tlv_get; in wmfw_add_ctl()
1308 ctl->bytes_ext.put = wm_coeff_tlv_put; in wmfw_add_ctl()