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;233 dma_cookie_t cookie;234 bool running;235 struct timer_list timer;236 unsigned int last_residue;238 bool auto_poll_rate;239 unsigned int poll_rate;[all …]