Home
last modified time | relevance | path

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

/linux/drivers/dma/qcom/
H A Dhidma.c112 struct hidma_desc *mdesc; in hidma_process_completed()
113 struct hidma_desc *next; in hidma_process_completed()
165 struct hidma_desc *mdesc = data; in hidma_callback()
180 struct hidma_desc, node); in hidma_callback()
231 struct hidma_desc *qdesc, *next; in hidma_issue_pending()
241 struct hidma_desc *desc = list_first_entry(&mchan->active, in hidma_issue_pending()
242 struct hidma_desc, in hidma_issue_pending()
312 struct hidma_desc *mdesc; in hidma_tx_submit()
325 mdesc = container_of(txd, struct hidma_desc, desc); in hidma_tx_submit()
343 struct hidma_desc *mdesc, *tmp; in hidma_alloc_chan_resources()
[all …]
H A Dhidma.h77 struct hidma_desc { struct
97 struct hidma_desc *running; argument
H A Dhidma_dbg.c87 struct hidma_desc *mdesc; in hidma_chan_show()