Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/qcom/
Dhidma.c94 struct hidma_desc *to_hidma_desc(struct dma_async_tx_descriptor *t) in to_hidma_desc()
96 return container_of(t, struct hidma_desc, desc); in to_hidma_desc()
120 struct hidma_desc *mdesc; in hidma_process_completed()
121 struct hidma_desc *next; in hidma_process_completed()
172 struct hidma_desc *mdesc = data; in hidma_callback()
187 struct hidma_desc, node); in hidma_callback()
239 struct hidma_desc *qdesc, *next; in hidma_issue_pending()
249 struct hidma_desc *desc = list_first_entry(&mchan->active, in hidma_issue_pending()
250 struct hidma_desc, in hidma_issue_pending()
320 struct hidma_desc *mdesc; in hidma_tx_submit()
[all …]
Dhidma.h85 struct hidma_desc { struct
107 struct hidma_desc *running; argument
Dhidma_dbg.c95 struct hidma_desc *mdesc; in hidma_chan_stats()