Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
230 struct pl011_dmarx_data { struct231 struct dma_chan *chan;232 struct completion complete;233 bool use_buf_b;234 struct pl011_sgbuf sgbuf_a;235 struct pl011_sgbuf sgbuf_b;236 dma_cookie_t cookie;237 bool running;238 struct timer_list timer;239 unsigned int last_residue;[all …]