Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Du_ether.c56 static struct workqueue_struct *uether_wq; variable
351 queue_work(uether_wq, &dev->rx_work); in rx_complete()
1351 uether_wq = create_singlethread_workqueue("uether"); in gether_init()
1352 if (!uether_wq) { in gether_init()
1362 destroy_workqueue(uether_wq); in gether_exit()