Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.h142 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len);
H A Dintel-thc-dma.c906 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len) in thc_dma_write() function
969 EXPORT_SYMBOL_NS_GPL(thc_dma_write, "INTEL_THC");
/linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c89 return thc_dma_write(qcdev->thc_hw, qcdev->report_buf, write_buf_len); in write_cmd_to_txdma()
/linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-protocol.c42 ret = thc_dma_write(qsdev->thc_hw, write_buf, write_buf_len); in write_cmd_to_txdma()