thc_i2c_rx_int_delay_enable
thc_i2c_rx_int_delay_enable(qcdev->thc_hw, true);
thc_i2c_rx_int_delay_enable(qcdev->thc_hw, false);
EXPORT_SYMBOL_NS_GPL(thc_i2c_rx_int_delay_enable, "INTEL_THC");
int thc_i2c_rx_int_delay_enable(struct thc_device *dev, bool enable);
thc_i2c_rx_int_delay_enable(dev, false);
thc_i2c_rx_int_delay_enable(dev, true);