bytes_ext 565 sound/soc/codecs/da7218.c struct soc_bytes_ext *bytes_ext = bytes_ext 569 sound/soc/codecs/da7218.c switch (bytes_ext->max) { bytes_ext 572 sound/soc/codecs/da7218.c bytes_ext->max); bytes_ext 576 sound/soc/codecs/da7218.c bytes_ext->max); bytes_ext 590 sound/soc/codecs/da7218.c struct soc_bytes_ext *bytes_ext = bytes_ext 600 sound/soc/codecs/da7218.c switch (bytes_ext->max) { bytes_ext 604 sound/soc/codecs/da7218.c bytes_ext->max); bytes_ext 609 sound/soc/codecs/da7218.c bytes_ext->max); bytes_ext 620 sound/soc/codecs/da7218.c for (i = 0; i < bytes_ext->max; ++i) { bytes_ext 217 sound/soc/codecs/msm8916-wcd-digital.c .bytes_ext = {.max = WCD_IIR_FILTER_SIZE, }, \ bytes_ext 224 sound/soc/codecs/msm8916-wcd-digital.c struct soc_bytes_ext bytes_ext; bytes_ext 430 sound/soc/codecs/msm8916-wcd-digital.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 476 sound/soc/codecs/msm8916-wcd-digital.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 503 sound/soc/codecs/msm8916-wcd-digital.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 51 sound/soc/codecs/tscs42xx.c struct soc_bytes_ext bytes_ext; bytes_ext 271 sound/soc/codecs/tscs42xx.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 291 sound/soc/codecs/tscs42xx.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 608 sound/soc/codecs/tscs42xx.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 622 sound/soc/codecs/tscs42xx.c .bytes_ext = {.max = xcount, }, \ bytes_ext 146 sound/soc/codecs/tscs454.c struct soc_bytes_ext bytes_ext; bytes_ext 315 sound/soc/codecs/tscs454.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 401 sound/soc/codecs/tscs454.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 1490 sound/soc/codecs/tscs454.c struct soc_bytes_ext *params = &ctl->bytes_ext; bytes_ext 1534 sound/soc/codecs/tscs454.c .bytes_ext = {.max = xcount, }, \ bytes_ext 611 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext bytes_ext; bytes_ext 925 sound/soc/codecs/wm_adsp.c return container_of(ext, struct wm_coeff_ctl, bytes_ext); bytes_ext 949 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 951 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1064 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 1066 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1089 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 1091 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1114 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 1116 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1169 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 1171 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1197 sound/soc/codecs/wm_adsp.c struct soc_bytes_ext *bytes_ext = bytes_ext 1199 sound/soc/codecs/wm_adsp.c struct wm_coeff_ctl *ctl = bytes_ext_to_ctl(bytes_ext); bytes_ext 1290 sound/soc/codecs/wm_adsp.c kcontrol->private_value = (unsigned long)&ctl->bytes_ext; bytes_ext 1300 sound/soc/codecs/wm_adsp.c ctl->bytes_ext.max = ctl->len; bytes_ext 1301 sound/soc/codecs/wm_adsp.c ctl->bytes_ext.get = wm_coeff_tlv_get; bytes_ext 1302 sound/soc/codecs/wm_adsp.c ctl->bytes_ext.put = wm_coeff_tlv_put;