Lines Matching refs:put
65 .put = snd_soc_put_volsw, \
70 .put = snd_soc_put_volsw_range, \
81 .put = snd_soc_put_volsw, \
90 .put = snd_soc_put_volsw_sx, \
101 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
109 .put = snd_soc_put_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, \
131 .put = snd_soc_put_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, \
160 .put = snd_soc_put_volsw_sx, \
171 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
180 .put = snd_soc_put_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, \
260 .put = snd_soc_bytes_put, .private_value = \
267 .put = snd_soc_bytes_put, .private_value = \
275 .get = xhandler_get, .put = xhandler_put, \
285 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
290 .put = snd_soc_put_xr_sx, \
1187 int (*put)(const unsigned int __user *bytes, unsigned int size); member