Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-wiimote-debug.c46 wdata->state.cmd_read_buf = buf; in wiidebug_eeprom_read()
56 wdata->state.cmd_read_buf = NULL; in wiidebug_eeprom_read()
Dhid-wiimote.h134 __u8 *cmd_read_buf; member
Dhid-wiimote-core.c389 wdata->state.cmd_read_buf = rmem; in wiimote_cmd_read()
397 wdata->state.cmd_read_buf = NULL; in wiimote_cmd_read()
1473 if (wdata->state.cmd_read_buf) in handler_data()
1474 memcpy(wdata->state.cmd_read_buf, &payload[5], size); in handler_data()