• Home
  • Raw
  • Download

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, .put = snd_soc_put_volsw, \
155 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
164 .get = snd_soc_get_volsw_sx, \
176 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
184 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
195 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
220 .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \
226 .get = xhandler_get, .put = xhandler_put, \
232 .get = xhandler_get, .put = xhandler_put, \
239 .get = xhandler_get, .put = xhandler_put, \
249 .get = xhandler_get, .put = xhandler_put, \
258 .get = xhandler_get, .put = xhandler_put, \
270 .get = xhandler_get, .put = xhandler_put, \
280 .get = xhandler_get, .put = xhandler_put, \
286 .get = xhandler_get, .put = xhandler_put, \
291 .get = xhandler_get, .put = xhandler_put, \
298 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
304 .info = snd_soc_bytes_info, .get = xhandler_get, \
311 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
323 .get = xhandler_get, .put = xhandler_put, \
333 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
337 .info = snd_soc_info_xr_sx, .get = snd_soc_get_xr_sx, \
1229 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member