Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcfag12864b.c212 static struct workqueue_struct *cfag12864b_workqueue; variable
217 queue_delayed_work(cfag12864b_workqueue, &cfag12864b_work, in cfag12864b_queue()
246 flush_workqueue(cfag12864b_workqueue); in cfag12864b_disable()
346 cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME); in cfag12864b_init()
347 if (cfag12864b_workqueue == NULL) in cfag12864b_init()
370 destroy_workqueue(cfag12864b_workqueue); in cfag12864b_exit()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dcfag12864b.c212 static struct workqueue_struct *cfag12864b_workqueue; variable
217 queue_delayed_work(cfag12864b_workqueue, &cfag12864b_work, in cfag12864b_queue()
246 flush_workqueue(cfag12864b_workqueue); in cfag12864b_disable()
346 cfag12864b_workqueue = create_singlethread_workqueue(CFAG12864B_NAME); in cfag12864b_init()
347 if (cfag12864b_workqueue == NULL) in cfag12864b_init()
370 destroy_workqueue(cfag12864b_workqueue); in cfag12864b_exit()

Completed in 2 milliseconds