Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-wiimote-debug.c49 wdata->state.cmd_read_buf = buf; in wiidebug_eeprom_read()
59 wdata->state.cmd_read_buf = NULL; in wiidebug_eeprom_read()
Dhid-wiimote.h136 __u8 *cmd_read_buf; member
Dhid-wiimote-core.c392 wdata->state.cmd_read_buf = rmem; in wiimote_cmd_read()
400 wdata->state.cmd_read_buf = NULL; in wiimote_cmd_read()
1471 if (wdata->state.cmd_read_buf) in handler_data()
1472 memcpy(wdata->state.cmd_read_buf, &payload[5], size); in handler_data()