Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.h152 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len);
H A Dintel-thc-dma.c953 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len) in thc_dma_write() function
1016 EXPORT_SYMBOL_NS_GPL(thc_dma_write, "INTEL_THC");
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c90 return thc_dma_write(qcdev->thc_hw, qcdev->report_buf, write_buf_len); in write_cmd_to_txdma()
/linux/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()