Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-wiimote-modules.c92 static int wiimod_keys_probe(const struct wiimod_ops *ops, in wiimod_keys_probe()
104 static const struct wiimod_ops wiimod_keys = {
158 static int wiimod_rumble_probe(const struct wiimod_ops *ops, in wiimod_rumble_probe()
170 static void wiimod_rumble_remove(const struct wiimod_ops *ops, in wiimod_rumble_remove()
182 static const struct wiimod_ops wiimod_rumble = {
237 static int wiimod_battery_probe(const struct wiimod_ops *ops, in wiimod_battery_probe()
271 static void wiimod_battery_remove(const struct wiimod_ops *ops, in wiimod_battery_remove()
282 static const struct wiimod_ops wiimod_battery = {
345 static int wiimod_led_probe(const struct wiimod_ops *ops, in wiimod_led_probe()
387 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.c620 const struct wiimod_ops *ops; in wiimote_modules_load()
683 const struct wiimod_ops *ops; in wiimote_modules_unload()
718 const struct wiimod_ops *ops; in wiimote_ext_load()
737 const struct wiimod_ops *ops; in wiimote_ext_unload()
753 const struct wiimod_ops *ops; in wiimote_mp_load()
772 const struct wiimod_ops *ops; in wiimote_mp_unload()
1241 const struct wiimod_ops *ops; in handler_keys()
1262 const struct wiimod_ops *ops; in handler_accel()
1280 static bool valid_ext_handler(const struct wiimod_ops *ops, size_t len) in valid_ext_handler()
1302 const struct wiimod_ops *ops; in handler_ext()
[all …]