Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.h142 int thc_dma_allocate(struct thc_device *dev);
H A Dintel-thc-dma.c404 * thc_dma_allocate - Allocate DMA buffers for all DMA engines
410 int thc_dma_allocate(struct thc_device *dev) in thc_dma_allocate() function
431 EXPORT_SYMBOL_NS_GPL(thc_dma_allocate, "INTEL_THC");
/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dpci-quickspi.c484 ret = thc_dma_allocate(qsdev->thc_hw); in quickspi_dma_init()
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dpci-quicki2c.c497 ret = thc_dma_allocate(qcdev->thc_hw); in quicki2c_dma_init()