Home
last modified time | relevance | path

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

/linux/drivers/dma/dw/
H A 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()
H A Dcore.c80 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
99 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
117 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
139 static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_chan_disable()
152 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
174 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
260 static void dwc_complete_all(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_complete_all()
291 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()
298 static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_scan_descriptors()
421 static void dwc_handle_error(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_handle_error()
[all …]
H A Ddw.c16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
100 static void dw_dma_set_device_name(struct dw_dma *dw, int id) in dw_dma_set_device_name()
105 static void dw_dma_disable(struct dw_dma *dw) in dw_dma_disable()
110 static void dw_dma_enable(struct dw_dma *dw) in dw_dma_enable()
117 struct dw_dma *dw; in dw_dma_probe()
H A Didma32.c48 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in idma32_initialize_chan_xbar()
221 static void idma32_set_device_name(struct dw_dma *dw, int id) in idma32_set_device_name()
232 static void idma32_fifo_partition(struct dw_dma *dw) in idma32_fifo_partition()
249 static void idma32_disable(struct dw_dma *dw) in idma32_disable()
255 static void idma32_enable(struct dw_dma *dw) in idma32_enable()
263 struct dw_dma *dw; in idma32_dma_probe()
H A Dregs.h313 struct dw_dma { struct
335 void (*set_device_name)(struct dw_dma *dw, int id); argument
336 void (*disable)(struct dw_dma *dw); argument
337 void (*enable)(struct dw_dma *dw); argument
343 static inline struct dw_dma_regs __iomem *__dw_regs(struct dw_dma *dw) in __dw_regs()
363 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma()
365 return container_of(ddev, struct dw_dma, dma); in to_dw_dma()
H A Dof.c19 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
101 void dw_dma_of_controller_register(struct dw_dma *dw) in dw_dma_of_controller_register()
114 void dw_dma_of_controller_free(struct dw_dma *dw) in dw_dma_of_controller_free()
H A Dacpi.c23 void dw_dma_acpi_controller_register(struct dw_dma *dw) in dw_dma_acpi_controller_register()
46 void dw_dma_acpi_controller_free(struct dw_dma *dw) in dw_dma_acpi_controller_free()
/linux/include/linux/dma/
H A Ddw.h18 struct dw_dma;
36 struct dw_dma *dw;