cfag12864b_workqueue  212 drivers/auxdisplay/cfag12864b.c static struct workqueue_struct *cfag12864b_workqueue;
cfag12864b_workqueue  217 drivers/auxdisplay/cfag12864b.c 	queue_delayed_work(cfag12864b_workqueue, &cfag12864b_work,
cfag12864b_workqueue  246 drivers/auxdisplay/cfag12864b.c 		flush_workqueue(cfag12864b_workqueue);
cfag12864b_workqueue  346 drivers/auxdisplay/cfag12864b.c 	cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME);
cfag12864b_workqueue  347 drivers/auxdisplay/cfag12864b.c 	if (cfag12864b_workqueue == NULL)
cfag12864b_workqueue  370 drivers/auxdisplay/cfag12864b.c 	destroy_workqueue(cfag12864b_workqueue);