Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h89 int thc_tic_pio_write(struct thc_device *dev, const u32 address,
H A Dintel-thc-dev.c375 int thc_tic_pio_write(struct thc_device *dev, const u32 address, in thc_tic_pio_write() function
409 EXPORT_SYMBOL_NS_GPL(thc_tic_pio_write, "INTEL_THC");
/linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-protocol.c64 ret = thc_tic_pio_write(qsdev->thc_hw, qsdev->output_report_addr, in quickspi_get_device_descriptor()