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