Searched refs:prepare_pio (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dev.c | 227 static int prepare_pio(const struct thc_device *dev, const u8 pio_op, in prepare_pio() function 347 ret = prepare_pio(dev, opcode, address, size); in thc_tic_pio_read() 393 ret = prepare_pio(dev, opcode, address, size); in thc_tic_pio_write() 450 ret = prepare_pio(dev, THC_PIO_OP_I2C_TIC_WRITE_AND_READ, address, read_size); in thc_tic_pio_write_and_read() 1307 ret = prepare_pio(dev, THC_PIO_OP_I2C_SUBSYSTEM_READ, address, *size); in thc_i2c_subip_pio_read() 1345 ret = prepare_pio(dev, THC_PIO_OP_I2C_SUBSYSTEM_WRITE, address, size); in thc_i2c_subip_pio_write()
|