Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-protocol.c91 ret = thc_tic_pio_read(qsdev->thc_hw, qsdev->input_report_bdy_addr, in quickspi_get_device_descriptor()
315 ret = thc_tic_pio_read(qsdev->thc_hw, qsdev->input_report_bdy_addr, in reset_tic()
/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h100 int thc_tic_pio_read(struct thc_device *dev, const u32 address,
H A Dintel-thc-dev.c330 int thc_tic_pio_read(struct thc_device *dev, const u32 address, in thc_tic_pio_read() function
364 EXPORT_SYMBOL_NS_GPL(thc_tic_pio_read, "INTEL_THC");
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c227 ret = thc_tic_pio_read(qcdev->thc_hw, input_reg, read_len, &prd_len, in quicki2c_reset()