Home
last modified time | relevance | path

Searched refs:wiimod_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hid/
H A Dhid-wiimote-modules.c89 static int wiimod_keys_probe(const struct wiimod_ops *ops, in wiimod_keys_probe()
101 static const struct wiimod_ops wiimod_keys = {
155 static int wiimod_rumble_probe(const struct wiimod_ops *ops, in wiimod_rumble_probe()
167 static void wiimod_rumble_remove(const struct wiimod_ops *ops, in wiimod_rumble_remove()
179 static const struct wiimod_ops wiimod_rumble = {
234 static int wiimod_battery_probe(const struct wiimod_ops *ops, in wiimod_battery_probe()
268 static void wiimod_battery_remove(const struct wiimod_ops *ops, in wiimod_battery_remove()
279 static const struct wiimod_ops wiimod_battery = {
338 static int wiimod_led_probe(const struct wiimod_ops *ops, in wiimod_led_probe()
380 static void wiimod_led_remove(const struct wiimod_ops *ops, in wiimod_led_remove()
[all …]
H A Dhid-wiimote.h190 struct wiimod_ops { struct
193 int (*probe) (const struct wiimod_ops *ops, argument
195 void (*remove) (const struct wiimod_ops *ops, argument
206 extern const struct wiimod_ops *wiimod_table[WIIMOD_NUM]; argument
207 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM];
208 extern const struct wiimod_ops wiimod_mp;
H A Dhid-wiimote-core.c629 const struct wiimod_ops *ops; in wiimote_modules_load()
692 const struct wiimod_ops *ops; in wiimote_modules_unload()
727 const struct wiimod_ops *ops; in wiimote_ext_load()
746 const struct wiimod_ops *ops; in wiimote_ext_unload()
762 const struct wiimod_ops *ops; in wiimote_mp_load()
781 const struct wiimod_ops *ops; in wiimote_mp_unload()
1253 const struct wiimod_ops *ops; in handler_keys()
1274 const struct wiimod_ops *ops; in handler_accel()
1292 static bool valid_ext_handler(const struct wiimod_ops *ops, size_t len) in valid_ext_handler()
1314 const struct wiimod_ops *ops; in handler_ext()
[all …]