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