Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
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 …]
Dhid-wiimote.h187 struct wiimod_ops { struct
190 int (*probe) (const struct wiimod_ops *ops, argument
192 void (*remove) (const struct wiimod_ops *ops, argument
203 extern const struct wiimod_ops *wiimod_table[WIIMOD_NUM]; argument
204 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM];
205 extern const struct wiimod_ops wiimod_mp;
Dhid-wiimote-core.c625 const struct wiimod_ops *ops; in wiimote_modules_load()
688 const struct wiimod_ops *ops; in wiimote_modules_unload()
723 const struct wiimod_ops *ops; in wiimote_ext_load()
742 const struct wiimod_ops *ops; in wiimote_ext_unload()
758 const struct wiimod_ops *ops; in wiimote_mp_load()
777 const struct wiimod_ops *ops; in wiimote_mp_unload()
1248 const struct wiimod_ops *ops; in handler_keys()
1269 const struct wiimod_ops *ops; in handler_accel()
1287 static bool valid_ext_handler(const struct wiimod_ops *ops, size_t len) in valid_ext_handler()
1309 const struct wiimod_ops *ops; in handler_ext()
[all …]