Searched refs:hidma_desc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
H A D | hidma.c | 94 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() 173 struct hidma_desc *mdesc = data; in hidma_callback() 188 struct hidma_desc, node); in hidma_callback() 240 struct hidma_desc *qdesc, *next; in hidma_issue_pending() 250 struct hidma_desc *desc = list_first_entry(&mchan->active, in hidma_issue_pending() 251 struct hidma_desc, in hidma_issue_pending() 321 struct hidma_desc *mdes in hidma_tx_submit() [all...] |
H A D | hidma.h | 77 struct hidma_desc { struct 97 struct hidma_desc *running;
|
H A D | hidma_dbg.c | 87 struct hidma_desc *mdesc; in hidma_chan_show()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | hidma.c | 114 struct hidma_desc *mdesc; in hidma_process_completed() 115 struct hidma_desc *next; in hidma_process_completed() 167 struct hidma_desc *mdesc = data; in hidma_callback() 182 struct hidma_desc, node); in hidma_callback() 233 struct hidma_desc *qdesc, *next; in hidma_issue_pending() 243 struct hidma_desc *desc = list_first_entry(&mchan->active, in hidma_issue_pending() 244 struct hidma_desc, in hidma_issue_pending() 314 struct hidma_desc *mdesc; in hidma_tx_submit() 327 mdesc = container_of(txd, struct hidma_desc, desc); in hidma_tx_submit() 345 struct hidma_desc *mdes in hidma_alloc_chan_resources() [all...] |
H A D | hidma.h | 77 struct hidma_desc { struct 97 struct hidma_desc *running;
|
H A D | hidma_dbg.c | 87 struct hidma_desc *mdesc; in hidma_chan_show()
|
Completed in 4 milliseconds