Lines Matching defs:cppi41_dma_channel
124 struct cppi41_dma_channel { struct
125 struct dma_channel channel;
126 struct cppi41_dma_controller *controller;
127 struct musb_hw_ep *hw_ep;
128 struct dma_chan *dc;
129 dma_cookie_t cookie;
130 u8 port_num;
131 u8 is_tx;
132 u8 is_allocated;
133 u8 usb_toggle;
135 dma_addr_t buf_addr;
136 u32 total_len;
137 u32 prog_len;
138 u32 transferred;
139 u32 packet_sz;
140 struct list_head tx_check;
141 int tx_zlp;