Searched refs:wiimote_cmd_pending (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote.h | 297 static inline bool wiimote_cmd_pending(struct wiimote_data *wdata, int cmd, in wiimote_cmd_pending() function
|
H A D | hid-wiimote-core.c | 1443 if (wiimote_cmd_pending(wdata, WIIPROTO_REQ_SREQ, 0)) in handler_status() 1461 if (wiimote_cmd_pending(wdata, WIIPROTO_REQ_RMEM, offset)) { in handler_data() 1481 if (wiimote_cmd_pending(wdata, cmd, 0)) { in handler_return()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote.h | 298 static inline bool wiimote_cmd_pending(struct wiimote_data *wdata, int cmd, in wiimote_cmd_pending() function
|
H A D | hid-wiimote-core.c | 1448 if (wiimote_cmd_pending(wdata, WIIPROTO_REQ_SREQ, 0)) in handler_status() 1466 if (wiimote_cmd_pending(wdata, WIIPROTO_REQ_RMEM, offset)) { in handler_data() 1486 if (wiimote_cmd_pending(wdata, cmd, 0)) { in handler_return()
|
Completed in 6 milliseconds