Lines Matching refs:get
64 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
69 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
80 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
89 .get = snd_soc_get_volsw_sx,\
101 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
108 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
115 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
122 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
130 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
140 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
150 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
159 .get = snd_soc_get_volsw_sx, \
171 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
179 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
200 .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \
206 .get = xhandler_get, .put = xhandler_put, \
212 .get = xhandler_get, .put = xhandler_put, \
222 .get = xhandler_get, .put = xhandler_put, \
231 .get = xhandler_get, .put = xhandler_put, \
241 .get = xhandler_get, .put = xhandler_put, \
247 .get = xhandler_get, .put = xhandler_put, \
252 .get = xhandler_get, .put = xhandler_put, \
259 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
266 .info = snd_soc_bytes_info, .get = snd_soc_bytes_get, \
275 .get = xhandler_get, .put = xhandler_put, \
285 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
289 .info = snd_soc_info_xr_sx, .get = snd_soc_get_xr_sx, \
1186 int (*get)(unsigned int __user *bytes, unsigned int size); member