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

/linux-4.1.27/drivers/auxdisplay/
H A Dcfag12864b.c226 static struct workqueue_struct *cfag12864b_workqueue; variable in typeref:struct:workqueue_struct
231 queue_delayed_work(cfag12864b_workqueue, &cfag12864b_work, cfag12864b_queue()
260 flush_workqueue(cfag12864b_workqueue); cfag12864b_disable()
360 cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME); cfag12864b_init()
361 if (cfag12864b_workqueue == NULL) cfag12864b_init()
384 destroy_workqueue(cfag12864b_workqueue); cfag12864b_exit()

Completed in 35 milliseconds