Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.h154 struct thc_dma_context *thc_dma_init(struct thc_device *dev);
H A Dintel-thc-dma.c321 struct thc_dma_context *thc_dma_init(struct thc_device *dev) in thc_dma_init() function
H A Dintel-thc-dev.c219 thc_dev->dma_ctx = thc_dma_init(thc_dev); in thc_dev_init()