Lines Matching refs:get

61 	.info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
66 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
77 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
86 .get = snd_soc_get_volsw_sx,\
98 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
105 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
112 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
120 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
127 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
135 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
145 .get = snd_soc_get_volsw_sx, \
157 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
167 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
176 .get = snd_soc_get_volsw_sx, \
188 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
198 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
209 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
234 .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \
240 .get = xhandler_get, .put = xhandler_put, \
246 .get = xhandler_get, .put = xhandler_put, \
253 .get = xhandler_get, .put = xhandler_put, \
263 .get = xhandler_get, .put = xhandler_put, \
272 .get = xhandler_get, .put = xhandler_put, \
284 .get = xhandler_get, .put = xhandler_put, \
294 .get = xhandler_get, .put = xhandler_put, \
305 .get = xhandler_get, .put = xhandler_put, \
317 .get = xhandler_get, .put = xhandler_put, \
322 .get = xhandler_get, .put = xhandler_put, \
329 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
335 .info = snd_soc_bytes_info, .get = xhandler_get, \
342 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
354 .get = xhandler_get, .put = xhandler_put, \
364 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
368 .info = snd_soc_info_xr_sx, .get = snd_soc_get_xr_sx, \
1156 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member