Searched defs:pl011_dmarx_data (Results 1 – 1 of 1) sorted by relevance
74992 struct pl011_dmarx_data { struct74993 struct dma_chan *chan;74994 struct completion complete;74995 bool use_buf_b;74996 struct pl011_dmabuf dbuf_a;74997 struct pl011_dmabuf dbuf_b;74998 dma_cookie_t cookie;74999 bool running;75000 struct timer_list timer;75001 unsigned int last_residue;[all …]