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

/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h97 struct workqueue_struct *auto_update_wq; member in struct:omapfb2_device
H A Domapfb-main.c1683 queue_delayed_work(fbdev->auto_update_wq,
1692 if (fbdev->auto_update_wq == NULL) {
1703 fbdev->auto_update_wq = wq;
1856 if (fbdev->auto_update_wq != NULL) {
1857 destroy_workqueue(fbdev->auto_update_wq);
1858 fbdev->auto_update_wq = NULL;

Completed in 127 milliseconds