Searched refs:wiimod_ops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote-modules.c | 89 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 = { 289 * wiimod_ops structure specifies which LED this module controls. This allows 338 static int wiimod_led_probe(const struct wiimod_ops *op [all...] |
H A D | hid-wiimote.h | 189 struct wiimod_ops { struct 192 int (*probe) (const struct wiimod_ops *ops, 194 void (*remove) (const struct wiimod_ops *ops, 205 extern const struct wiimod_ops *wiimod_table[WIIMOD_NUM]; 206 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM]; 207 extern const struct wiimod_ops wiimod_mp;
|
H A D | hid-wiimote-core.c | 625 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 *op in handler_ext() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-modules.c | 89 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 = { 289 * wiimod_ops structure specifies which LED this module controls. This allows 338 static int wiimod_led_probe(const struct wiimod_ops *op [all...] |
H A D | hid-wiimote.h | 190 struct wiimod_ops { struct 193 int (*probe) (const struct wiimod_ops *ops, 195 void (*remove) (const struct wiimod_ops *ops, 206 extern const struct wiimod_ops *wiimod_table[WIIMOD_NUM]; 207 extern const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM]; 208 extern const struct wiimod_ops wiimod_mp;
|
H A D | hid-wiimote-core.c | 629 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 *op in handler_ext() [all...] |
Completed in 9 milliseconds