Searched refs:tusb_omap_dma_ch (Results 1 – 1 of 1) sorted by relevance
23 #define to_chdat(c) ((struct tusb_omap_dma_ch *)(c)->private_data)34 struct tusb_omap_dma_ch { struct71 static inline int tusb_omap_use_shared_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_use_shared_dmareq() argument91 static inline void tusb_omap_free_shared_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_free_shared_dmareq()110 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_cb()211 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_program()413 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_abort()432 static inline int tusb_omap_dma_allocate_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_dma_allocate_dmareq()468 static inline void tusb_omap_dma_free_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_dma_free_dmareq()496 struct tusb_omap_dma_ch *chdat = NULL; in tusb_omap_dma_allocate()[all …]