Lines Matching refs:get
65 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
70 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
81 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
90 .get = snd_soc_get_volsw_sx,\
102 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
109 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
116 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
123 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
131 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
141 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
151 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
160 .get = snd_soc_get_volsw_sx, \
172 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
180 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
205 .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \
211 .get = xhandler_get, .put = xhandler_put, \
217 .get = xhandler_get, .put = xhandler_put, \
224 .get = xhandler_get, .put = xhandler_put, \
234 .get = xhandler_get, .put = xhandler_put, \
243 .get = xhandler_get, .put = xhandler_put, \
255 .get = xhandler_get, .put = xhandler_put, \
265 .get = xhandler_get, .put = xhandler_put, \
271 .get = xhandler_get, .put = xhandler_put, \
276 .get = xhandler_get, .put = xhandler_put, \
283 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
290 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
299 .get = xhandler_get, .put = xhandler_put, \
309 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
313 .info = snd_soc_info_xr_sx, .get = snd_soc_get_xr_sx, \
1228 int (*get)(unsigned int __user *bytes, unsigned int size); member