Lines Matching refs:bytes_ext
620 struct soc_bytes_ext bytes_ext; member
934 return container_of(ext, struct wm_coeff_ctl, bytes_ext); in bytes_ext_to_ctl()
958 struct soc_bytes_ext *bytes_ext = in wm_coeff_info() local
960 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_info()
1090 struct soc_bytes_ext *bytes_ext = in wm_coeff_put() local
1092 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put()
1106 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_put() local
1108 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_put()
1126 struct soc_bytes_ext *bytes_ext = in wm_coeff_put_acked() local
1128 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_put_acked()
1201 struct soc_bytes_ext *bytes_ext = in wm_coeff_get() local
1203 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_get()
1217 struct soc_bytes_ext *bytes_ext = in wm_coeff_tlv_get() local
1219 struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); in wm_coeff_tlv_get()
1302 kcontrol->private_value = (unsigned long)&ctl->bytes_ext; in wmfw_add_ctl()
1312 ctl->bytes_ext.max = ctl->len; in wmfw_add_ctl()
1313 ctl->bytes_ext.get = wm_coeff_tlv_get; in wmfw_add_ctl()
1314 ctl->bytes_ext.put = wm_coeff_tlv_put; in wmfw_add_ctl()