Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h24 THC_PORT_TYPE_I2C = 1, enumerator
H A Dintel-thc-dev.c1090 } else if (port_type == THC_PORT_TYPE_I2C) { in thc_port_select()
1092 dev->port_type = THC_PORT_TYPE_I2C; in thc_port_select()
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dpci-quicki2c.c408 ret = thc_port_select(qcdev->thc_hw, THC_PORT_TYPE_I2C); in quicki2c_dev_init()
850 ret = thc_port_select(qcdev->thc_hw, THC_PORT_TYPE_I2C); in quicki2c_resume()
957 ret = thc_port_select(qcdev->thc_hw, THC_PORT_TYPE_I2C); in quicki2c_restore()