Home
last modified time | relevance | path

Searched refs:hidma_dev (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma.c77 static inline struct hidma_dev *to_hidma_dev(struct dma_device *dmadev) in to_hidma_dev()
79 return container_of(dmadev, struct hidma_dev, ddev); in to_hidma_dev()
83 struct hidma_dev *to_hidma_dev_from_lldev(struct hidma_lldev **_lldevp) in to_hidma_dev_from_lldev()
85 return container_of(_lldevp, struct hidma_dev, lldev); in to_hidma_dev_from_lldev()
99 static void hidma_free(struct hidma_dev *dmadev) in hidma_free()
117 struct hidma_dev *mdma = to_hidma_dev(ddev); in hidma_process_completed()
176 struct hidma_dev *dmadev = to_hidma_dev(ddev); in hidma_callback()
200 static int hidma_chan_init(struct hidma_dev *dmadev, u32 dma_sig) in hidma_chan_init()
229 struct hidma_dev *dmadev = from_tasklet(dmadev, t, task); in hidma_issue_task()
238 struct hidma_dev *dmade in hidma_issue_pending()
[all...]
H A Dhidma.h96 struct hidma_dev *dmadev;
110 struct hidma_dev { struct
158 void hidma_debug_init(struct hidma_dev *dmadev);
159 void hidma_debug_uninit(struct hidma_dev *dmadev);
H A Dhidma_dbg.c88 struct hidma_dev *dmadev = mchan->dmadev; in hidma_chan_show()
118 struct hidma_dev *dmadev = s->private; in hidma_dma_show()
136 void hidma_debug_uninit(struct hidma_dev *dmadev) in hidma_debug_uninit()
141 void hidma_debug_init(struct hidma_dev *dmadev) in hidma_debug_init()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dhidma.c77 static inline struct hidma_dev *to_hidma_dev(struct dma_device *dmadev) in to_hidma_dev()
79 return container_of(dmadev, struct hidma_dev, ddev); in to_hidma_dev()
83 struct hidma_dev *to_hidma_dev_from_lldev(struct hidma_lldev **_lldevp) in to_hidma_dev_from_lldev()
85 return container_of(_lldevp, struct hidma_dev, lldev); in to_hidma_dev_from_lldev()
93 static void hidma_free(struct hidma_dev *dmadev) in hidma_free()
111 struct hidma_dev *mdma = to_hidma_dev(ddev); in hidma_process_completed()
170 struct hidma_dev *dmadev = to_hidma_dev(ddev); in hidma_callback()
194 static int hidma_chan_init(struct hidma_dev *dmadev, u32 dma_sig) in hidma_chan_init()
222 struct hidma_dev *dmadev = from_tasklet(dmadev, t, task); in hidma_issue_task()
231 struct hidma_dev *dmade in hidma_issue_pending()
[all...]
H A Dhidma.h96 struct hidma_dev *dmadev;
110 struct hidma_dev { struct
158 void hidma_debug_init(struct hidma_dev *dmadev);
159 void hidma_debug_uninit(struct hidma_dev *dmadev);
H A Dhidma_dbg.c88 struct hidma_dev *dmadev = mchan->dmadev; in hidma_chan_show()
118 struct hidma_dev *dmadev = s->private; in hidma_dma_show()
136 void hidma_debug_uninit(struct hidma_dev *dmadev) in hidma_debug_uninit()
141 void hidma_debug_init(struct hidma_dev *dmadev) in hidma_debug_init()

Completed in 5 milliseconds