Searched refs:psmouse_smbus_wq (Results 1 – 1 of 1) sorted by relevance
29 static struct workqueue_struct *psmouse_smbus_wq; variable 162 queue_work(psmouse_smbus_wq, &rwork->work); in psmouse_smbus_schedule_remove() 302 psmouse_smbus_wq = alloc_workqueue("psmouse-smbus", 0, 0); in psmouse_smbus_module_init() 303 if (!psmouse_smbus_wq) in psmouse_smbus_module_init() 309 destroy_workqueue(psmouse_smbus_wq); in psmouse_smbus_module_init() 319 destroy_workqueue(psmouse_smbus_wq); in psmouse_smbus_module_exit()