Searched refs:thc_dma_write (Results 1 – 3 of 3) sorted by relevance
152 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len);
953 int thc_dma_write(struct thc_device *dev, void *buffer, size_t buf_len) in thc_dma_write() function1016 EXPORT_SYMBOL_NS_GPL(thc_dma_write, "INTEL_THC");
42 ret = thc_dma_write(qsdev->thc_hw, write_buf, write_buf_len); in write_cmd_to_txdma()