Lines Matching defs:cppi_channel
79 struct cppi_channel { struct
80 struct dma_channel channel;
83 struct cppi *controller;
86 struct musb_hw_ep *hw_ep;
87 bool transmit;
88 u8 index;
91 u8 is_rndis;
94 dma_addr_t buf_dma;
95 u32 buf_len;
96 u32 maxpacket;
97 u32 offset; /* dma requested */
99 void __iomem *state_ram; /* CPPI state */
123 struct cppi_channel tx[4]; argument