Searched refs:tusb_omap_dma_ch (Results 1 – 1 of 1) sorted by relevance
24 #define to_chdat(c) ((struct tusb_omap_dma_ch *)(c)->private_data)28 struct tusb_omap_dma_ch { struct87 static inline int tusb_omap_use_shared_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_use_shared_dmareq()107 static inline void tusb_omap_free_shared_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_free_shared_dmareq()126 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_cb()227 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_program()429 struct tusb_omap_dma_ch *chdat = to_chdat(channel); in tusb_omap_dma_abort()448 static inline int tusb_omap_dma_allocate_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_dma_allocate_dmareq()484 static inline void tusb_omap_dma_free_dmareq(struct tusb_omap_dma_ch *chdat) in tusb_omap_dma_free_dmareq()512 struct tusb_omap_dma_ch *chdat = NULL; in tusb_omap_dma_allocate()[all …]