Home
last modified time | relevance | path

Searched defs:flinger (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_flinger.c110 struct flinger { struct
111 struct device *dev;
112 struct ion_client *ion_client;
113 struct work_struct init_work;
114 struct work_struct render_work;
115 struct workqueue_struct *render_workqueue;
116 struct mutex source_buffer_lock;/*src buffer lock*/
117 struct mutex target_buffer_lock;/*dst buffer lock*/
141 static struct flinger *flinger; argument
254 static int rk_flinger_free_buffer(struct flinger *flinger, in rk_flinger_free_buffer()
[all …]