Searched refs:rmi_f34_command (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/input/rmi4/ |
D | rmi_f34.c | 45 static int rmi_f34_command(struct f34_data *f34, u8 command, in rmi_f34_command() function 156 ret = rmi_f34_command(f34, command, F34_IDLE_WAIT_MS, false); in rmi_f34_write_blocks() 190 return rmi_f34_command(f34, F34_ENABLE_FLASH_PROG, in rmi_f34_enable_flash() 207 ret = rmi_f34_command(f34, F34_ERASE_ALL, in rmi_f34_flash_firmware() 226 ret = rmi_f34_command(f34, F34_ERASE_CONFIG, in rmi_f34_flash_firmware()
|