Searched refs:WIIPROTO_REQ_NULL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-wiimote.h | 213 WIIPROTO_REQ_NULL = 0x0, enumerator 307 wdata->state.cmd = WIIPROTO_REQ_NULL; in wiimote_cmd_complete() 358 else if (wdata->state.cmd != WIIPROTO_REQ_NULL) in wiimote_cmd_wait() 372 else if (wdata->state.cmd != WIIPROTO_REQ_NULL) in wiimote_cmd_wait_noint()
|
D | hid-wiimote-debug.c | 86 [WIIPROTO_REQ_NULL] = "NULL", 159 if (i != WIIPROTO_REQ_NULL) in wiidebug_drm_write()
|
D | hid-wiimote-modules.c | 632 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_ir_change() 714 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_ir_change() 914 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_nunchuk_open() 927 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_nunchuk_close() 1189 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_classic_open() 1202 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_classic_close() 1380 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_bboard_open() 1393 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_bboard_close() 1755 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_pro_open() 1768 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiimod_pro_close() [all …]
|
D | hid-wiimote-core.c | 249 else if (drm == WIIPROTO_REQ_NULL) in wiiproto_req_drm() 283 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in wiiproto_req_accel() 1419 wiiproto_req_drm(wdata, WIIPROTO_REQ_NULL); in handler_status_K()
|