Searched defs:cppi41_dma_channel (Results 1 – 1 of 1) sorted by relevance
127 struct cppi41_dma_channel { struct128 struct dma_channel channel;129 struct cppi41_dma_controller *controller;130 struct musb_hw_ep *hw_ep;131 struct dma_chan *dc;132 dma_cookie_t cookie;133 u8 port_num;134 u8 is_tx;135 u8 is_allocated;136 u8 usb_toggle;[all …]