Searched refs:pxa3xx_gcu_batch (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dpxa3xx-gcu.c90 struct pxa3xx_gcu_batch { struct
91 struct pxa3xx_gcu_batch *next;
109 struct pxa3xx_gcu_batch *free;
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; flush_running()
201 struct pxa3xx_gcu_batch *next; flush_running()
218 struct pxa3xx_gcu_batch *ready = priv->ready; run_ready()
391 struct pxa3xx_gcu_batch *buffer; pxa3xx_gcu_write()
543 struct pxa3xx_gcu_batch *buffer; pxa3xx_gcu_add_buffer()
545 buffer = kzalloc(sizeof(struct pxa3xx_gcu_batch), GFP_KERNEL); pxa3xx_gcu_add_buffer()
566 struct pxa3xx_gcu_batch *next, *buffer = priv->free; pxa3xx_gcu_free_buffers()

Completed in 33 milliseconds