Home
last modified time | relevance | path

Searched refs:thc_port_select (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dpci-quickspi.c401 ret = thc_port_select(qsdev->thc_hw, THC_PORT_TYPE_SPI); in quickspi_dev_init()
781 ret = thc_port_select(qsdev->thc_hw, THC_PORT_TYPE_SPI); in quickspi_resume()
886 ret = thc_port_select(qsdev->thc_hw, THC_PORT_TYPE_SPI); in quickspi_restore()
/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h117 int thc_port_select(struct thc_device *dev, enum thc_port_type port_type);
H A Dintel-thc-dev.c1074 int thc_port_select(struct thc_device *dev, enum thc_port_type port_type) in thc_port_select() function
1112 EXPORT_SYMBOL_NS_GPL(thc_port_select, "INTEL_THC");
/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()