Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
137 struct pl011_dmarx_data { struct138 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;[all …]