Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
227 struct pl011_dmarx_data { struct228 struct dma_chan *chan;229 struct completion complete;230 bool use_buf_b;231 struct pl011_dmabuf dbuf_a;232 struct pl011_dmabuf dbuf_b;233 dma_cookie_t cookie;234 bool running;235 struct timer_list timer;236 unsigned int last_residue;[all …]