Searched refs:thc_dma_write (Results 1 – 4 of 4) sorted by relevance
150 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len);
946 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len) in thc_dma_write() function1009 EXPORT_SYMBOL_NS_GPL(thc_dma_write, "INTEL_THC");
90 return thc_dma_write(qcdev->thc_hw, qcdev->report_buf, write_buf_len); in write_cmd_to_txdma()
42 ret = thc_dma_write(qsdev->thc_hw, write_buf, write_buf_len); in write_cmd_to_txdma()
Completed in 9 milliseconds