Lines Matching refs:pxa3xx_gcu_batch
90 struct pxa3xx_gcu_batch { struct
91 struct pxa3xx_gcu_batch *next; argument
109 struct pxa3xx_gcu_batch *free; argument
110 struct pxa3xx_gcu_batch *ready;
111 struct pxa3xx_gcu_batch *ready_last;
112 struct pxa3xx_gcu_batch *running;
200 struct pxa3xx_gcu_batch *running = priv->running; in flush_running()
201 struct pxa3xx_gcu_batch *next; in flush_running()
218 struct pxa3xx_gcu_batch *ready = priv->ready; in run_ready()
391 struct pxa3xx_gcu_batch *buffer; in pxa3xx_gcu_write()
543 struct pxa3xx_gcu_batch *buffer; in pxa3xx_gcu_add_buffer()
545 buffer = kzalloc(sizeof(struct pxa3xx_gcu_batch), GFP_KERNEL); in pxa3xx_gcu_add_buffer()
566 struct pxa3xx_gcu_batch *next, *buffer = priv->free; in pxa3xx_gcu_free_buffers()