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