Lines Matching refs:put
66 .put = snd_soc_put_volsw, \
71 .put = snd_soc_put_volsw_range, \
82 .put = snd_soc_put_volsw, \
91 .put = snd_soc_put_volsw_sx, \
102 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
110 .put = snd_soc_put_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, \
132 .put = snd_soc_put_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, \
161 .put = snd_soc_put_volsw_sx, \
172 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
181 .put = snd_soc_put_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, \
284 .put = snd_soc_bytes_put, .private_value = \
291 .put = snd_soc_bytes_put, .private_value = \
299 .get = xhandler_get, .put = xhandler_put, \
309 {.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
314 .put = snd_soc_put_xr_sx, \
1229 int (*put)(const unsigned int __user *bytes, unsigned int size); member