Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
123 struct pl011_dmarx_data { struct124 struct dma_chan *chan;125 struct completion complete;126 bool use_buf_b;127 struct pl011_sgbuf sgbuf_a;128 struct pl011_sgbuf sgbuf_b;129 dma_cookie_t cookie;130 bool running;131 struct timer_list timer;132 unsigned int last_residue;[all …]