Home
last modified time | relevance | path

Searched refs:to_hsu_dma_desc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/hsu/
H A Dhsu.c128 hsuc->desc = to_hsu_dma_desc(vdesc); in hsu_dma_start_transfer()
263 struct hsu_dma_desc *desc = to_hsu_dma_desc(vdesc); in hsu_dma_desc_free()
346 bytes = to_hsu_dma_desc(vdesc)->length; in hsu_dma_tx_status()
H A Dhsu.h81 static inline struct hsu_dma_desc *to_hsu_dma_desc(struct virt_dma_desc *vdesc) in to_hsu_dma_desc() function