Lines Matching defs:cppi41_dma_channel
127 struct cppi41_dma_channel { struct
128 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;
138 dma_addr_t buf_addr;
139 u32 total_len;
140 u32 prog_len;
141 u32 transferred;
142 u32 packet_sz;
143 struct list_head tx_check;
144 int tx_zlp;