Home
last modified time | relevance | path

Searched refs:dw_dma (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/dma/dw/
Dinternal.h18 void do_dw_dma_on(struct dw_dma *dw);
19 void do_dw_dma_off(struct dw_dma *dw);
27 void dw_dma_acpi_controller_register(struct dw_dma *dw);
28 void dw_dma_acpi_controller_free(struct dw_dma *dw);
30 static inline void dw_dma_acpi_controller_register(struct dw_dma *dw) {} in dw_dma_acpi_controller_register()
31 static inline void dw_dma_acpi_controller_free(struct dw_dma *dw) {} in dw_dma_acpi_controller_free()
38 void dw_dma_of_controller_register(struct dw_dma *dw);
39 void dw_dma_of_controller_free(struct dw_dma *dw);
45 static inline void dw_dma_of_controller_register(struct dw_dma *dw) {} in dw_dma_of_controller_register()
46 static inline void dw_dma_of_controller_free(struct dw_dma *dw) {} in dw_dma_of_controller_free()
Ddw.c16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
92 static void dw_dma_set_device_name(struct dw_dma *dw, int id) in dw_dma_set_device_name()
97 static void dw_dma_disable(struct dw_dma *dw) in dw_dma_disable()
102 static void dw_dma_enable(struct dw_dma *dw) in dw_dma_enable()
109 struct dw_dma *dw; in dw_dma_probe()
Didma32.c89 static void idma32_set_device_name(struct dw_dma *dw, int id) in idma32_set_device_name()
100 static void idma32_fifo_partition(struct dw_dma *dw) in idma32_fifo_partition()
117 static void idma32_disable(struct dw_dma *dw) in idma32_disable()
123 static void idma32_enable(struct dw_dma *dw) in idma32_enable()
131 struct dw_dma *dw; in idma32_dma_probe()
Dcore.c82 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
101 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
119 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
146 static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_chan_disable()
159 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
181 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
267 static void dwc_complete_all(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_complete_all()
298 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()
305 static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_scan_descriptors()
428 static void dwc_handle_error(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_handle_error()
[all …]
Dregs.h310 struct dw_dma { struct
333 void (*set_device_name)(struct dw_dma *dw, int id); argument
334 void (*disable)(struct dw_dma *dw); argument
335 void (*enable)(struct dw_dma *dw); argument
341 static inline struct dw_dma_regs __iomem *__dw_regs(struct dw_dma *dw) in __dw_regs()
361 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma()
363 return container_of(ddev, struct dw_dma, dma); in to_dw_dma()
Dacpi.c23 void dw_dma_acpi_controller_register(struct dw_dma *dw) in dw_dma_acpi_controller_register()
45 void dw_dma_acpi_controller_free(struct dw_dma *dw) in dw_dma_acpi_controller_free()
Dof.c19 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
110 void dw_dma_of_controller_register(struct dw_dma *dw) in dw_dma_of_controller_register()
123 void dw_dma_of_controller_free(struct dw_dma *dw) in dw_dma_of_controller_free()
/Linux-v5.4/include/linux/dma/
Ddw.h18 struct dw_dma;
36 struct dw_dma *dw;