Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-wiimote-core.c439 return WIIMOTE_EXT_NONE; in wiimote_cmd_read_ext()
445 return WIIMOTE_EXT_NONE; in wiimote_cmd_read_ext()
869 __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; in wiimote_init_detect()
965 if (wdata->state.exttype == WIIMOTE_EXT_NONE && in wiimote_init_check()
991 wdata->state.exttype != WIIMOTE_EXT_NONE) { in wiimote_init_check()
1017 wdata->state.exttype == WIIMOTE_EXT_NONE) { in wiimote_init_check()
1044 if (wdata->state.exttype != WIIMOTE_EXT_NONE && in wiimote_init_check()
1081 [WIIMOTE_EXT_NONE] = "None",
1141 } else if (exttype == WIIMOTE_EXT_NONE) { in wiimote_init_hotplug()
1143 wdata->state.exttype = WIIMOTE_EXT_NONE; in wiimote_init_hotplug()
[all …]
H A Dhid-wiimote.h83 WIIMOTE_EXT_NONE, enumerator
H A Dhid-wiimote-modules.c2876 [WIIMOTE_EXT_NONE] = &wiimod_dummy,