Home
last modified time | relevance | path

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

/qemu/include/hw/arm/
H A Dsoc_dma.h27 struct soc_dma_ch_s;
29 typedef void (*soc_dma_transfer_t)(struct soc_dma_ch_s *ch);
43 struct soc_dma_ch_s { struct
80 struct soc_dma_ch_s *ch; argument
84 void soc_dma_set_request(struct soc_dma_ch_s *ch, int level);
91 void soc_dma_ch_update(struct soc_dma_ch_s *ch);
/qemu/hw/dma/
H A Dsoc_dma.c25 static void transfer_mem2mem(struct soc_dma_ch_s *ch) in transfer_mem2mem()
32 static void transfer_mem2fifo(struct soc_dma_ch_s *ch) in transfer_mem2fifo()
38 static void transfer_fifo2mem(struct soc_dma_ch_s *ch) in transfer_fifo2mem()
49 static void transfer_fifo2fifo(struct soc_dma_ch_s *ch) in transfer_fifo2fifo()
83 struct soc_dma_ch_s ch[];
86 static void soc_dma_ch_schedule(struct soc_dma_ch_s *ch, int delay_bytes) in soc_dma_ch_schedule()
96 struct soc_dma_ch_s *ch = (struct soc_dma_ch_s *) opaque; in soc_dma_ch_run()
127 struct soc_dma_ch_s *ch, int port) in soc_dma_ch_update_type()
164 void soc_dma_ch_update(struct soc_dma_ch_s *ch) in soc_dma_ch_update()
205 void soc_dma_set_request(struct soc_dma_ch_s *ch, int level) in soc_dma_set_request()
H A Domap_dma.c93 struct soc_dma_ch_s *dma;
369 static void omap_dma_transfer_generic(struct soc_dma_ch_s *dma) in omap_dma_transfer_generic()
500 static void omap_dma_transfer_setup(struct soc_dma_ch_s *dma)