Lines Matching refs:wiimod_ops
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 = {
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()
391 static const struct wiimod_ops wiimod_leds[4] = {
481 static int wiimod_accel_probe(const struct wiimod_ops *ops, in wiimod_accel_probe()
522 static void wiimod_accel_remove(const struct wiimod_ops *ops, in wiimod_accel_remove()
532 static const struct wiimod_ops wiimod_accel = {
733 static int wiimod_ir_probe(const struct wiimod_ops *ops, in wiimod_ir_probe()
784 static void wiimod_ir_remove(const struct wiimod_ops *ops, in wiimod_ir_remove()
794 static const struct wiimod_ops wiimod_ir = {
928 static int wiimod_nunchuk_probe(const struct wiimod_ops *ops, in wiimod_nunchuk_probe()
981 static void wiimod_nunchuk_remove(const struct wiimod_ops *ops, in wiimod_nunchuk_remove()
991 static const struct wiimod_ops wiimod_nunchuk = {
1203 static int wiimod_classic_probe(const struct wiimod_ops *ops, in wiimod_classic_probe()
1259 static void wiimod_classic_remove(const struct wiimod_ops *ops, in wiimod_classic_remove()
1269 static const struct wiimod_ops wiimod_classic = {
1448 static int wiimod_bboard_probe(const struct wiimod_ops *ops, in wiimod_bboard_probe()
1532 static void wiimod_bboard_remove(const struct wiimod_ops *ops, in wiimod_bboard_remove()
1544 static const struct wiimod_ops wiimod_bboard = {
1843 static int wiimod_pro_probe(const struct wiimod_ops *ops, in wiimod_pro_probe()
1922 static void wiimod_pro_remove(const struct wiimod_ops *ops, in wiimod_pro_remove()
1941 static const struct wiimod_ops wiimod_pro = {
2089 static int wiimod_drums_probe(const struct wiimod_ops *ops, in wiimod_drums_probe()
2153 static void wiimod_drums_remove(const struct wiimod_ops *ops, in wiimod_drums_remove()
2163 static const struct wiimod_ops wiimod_drums = {
2319 static int wiimod_guitar_probe(const struct wiimod_ops *ops, in wiimod_guitar_probe()
2369 static void wiimod_guitar_remove(const struct wiimod_ops *ops, in wiimod_guitar_remove()
2379 static const struct wiimod_ops wiimod_guitar = {
2394 static int wiimod_builtin_mp_probe(const struct wiimod_ops *ops, in wiimod_builtin_mp_probe()
2406 static void wiimod_builtin_mp_remove(const struct wiimod_ops *ops, in wiimod_builtin_mp_remove()
2416 static const struct wiimod_ops wiimod_builtin_mp = {
2430 static int wiimod_no_mp_probe(const struct wiimod_ops *ops, in wiimod_no_mp_probe()
2442 static void wiimod_no_mp_remove(const struct wiimod_ops *ops, in wiimod_no_mp_remove()
2452 static const struct wiimod_ops wiimod_no_mp = {
2554 static int wiimod_mp_probe(const struct wiimod_ops *ops, in wiimod_mp_probe()
2596 static void wiimod_mp_remove(const struct wiimod_ops *ops, in wiimod_mp_remove()
2606 const struct wiimod_ops wiimod_mp = {
2616 static const struct wiimod_ops wiimod_dummy;
2618 const struct wiimod_ops *wiimod_table[WIIMOD_NUM] = {
2632 const struct wiimod_ops *wiimod_ext_table[WIIMOTE_EXT_NUM] = {