Lines Matching defs:pl011_dmarx_data
137 struct pl011_dmarx_data { struct
138 struct dma_chan *chan;
139 struct completion complete;
140 bool use_buf_b;
141 struct pl011_sgbuf sgbuf_a;
142 struct pl011_sgbuf sgbuf_b;
143 dma_cookie_t cookie;
144 bool running;
145 struct timer_list timer;
146 unsigned int last_residue;
147 unsigned long last_jiffies;
148 bool auto_poll_rate;
149 unsigned int poll_rate;
150 unsigned int poll_timeout;