Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
235 struct pl011_dmarx_data { struct236 struct dma_chan *chan;237 struct completion complete;238 bool use_buf_b;239 struct pl011_sgbuf sgbuf_a;240 struct pl011_sgbuf sgbuf_b;241 dma_cookie_t cookie;242 bool running;243 struct timer_list timer;244 unsigned int last_residue;[all …]