Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h130 int thc_i2c_set_rx_int_delay(struct thc_device *dev, u32 delay_us);
H A Dintel-thc-dev.c1655 int thc_i2c_set_rx_int_delay(struct thc_device *dev, u32 delay_us) in thc_i2c_set_rx_int_delay() function
1682 EXPORT_SYMBOL_NS_GPL(thc_i2c_set_rx_int_delay, "INTEL_THC");
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dpci-quicki2c.c480 thc_i2c_set_rx_int_delay(qcdev->thc_hw, in quicki2c_dma_adv_enable()