Searched refs:WIIPROTO_REQ_RETURN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote.h | 223 WIIPROTO_REQ_RETURN = 0x22, enumerator
|
H A D | hid-wiimote-core.c | 1594 { .id = WIIPROTO_REQ_RETURN, .size = 4, .func = handler_return }, 1595 { .id = WIIPROTO_REQ_RETURN, .size = 2, .func = handler_generic_K },
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote.h | 224 WIIPROTO_REQ_RETURN = 0x22, enumerator
|
H A D | hid-wiimote-core.c | 1599 { .id = WIIPROTO_REQ_RETURN, .size = 4, .func = handler_return }, 1600 { .id = WIIPROTO_REQ_RETURN, .size = 2, .func = handler_generic_K },
|
Completed in 6 milliseconds