Home
last modified time | relevance | path

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

/drivers/auxdisplay/
Dcfag12864b.c225 static struct workqueue_struct *cfag12864b_workqueue; variable
230 queue_delayed_work(cfag12864b_workqueue, &cfag12864b_work, in cfag12864b_queue()
259 flush_workqueue(cfag12864b_workqueue); in cfag12864b_disable()
359 cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME); in cfag12864b_init()
360 if (cfag12864b_workqueue == NULL) in cfag12864b_init()
383 destroy_workqueue(cfag12864b_workqueue); in cfag12864b_exit()