Searched refs:thc_i2c_subip_pio_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dev.c | 1333 static int thc_i2c_subip_pio_write(struct thc_device *dev, const u32 address, in thc_i2c_subip_pio_write() function 1407 ret = thc_i2c_subip_pio_write(dev, hcnt_offset, sizeof(u32), &hcnt); in thc_i2c_subip_set_speed() 1411 ret = thc_i2c_subip_pio_write(dev, lcnt_offset, sizeof(u32), &lcnt); in thc_i2c_subip_set_speed() 1417 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_CON_OFFSET, sizeof(u32), &val); in thc_i2c_subip_set_speed() 1465 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_ENABLE_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() 1475 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_TAR_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() 1484 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_INTR_MASK_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() 1489 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_RX_TL_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() 1494 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_TX_TL_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() 1499 ret = thc_i2c_subip_pio_write(dev, THC_I2C_IC_DMA_CR_OFFSET, sizeof(u32), &val); in thc_i2c_subip_init() [all …]
|