Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dasus-wmi.c210 struct workqueue_struct *hotplug_workqueue; member
674 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify()
756 asus->hotplug_workqueue = in asus_setup_pci_hotplug()
758 if (!asus->hotplug_workqueue) in asus_setup_pci_hotplug()
792 destroy_workqueue(asus->hotplug_workqueue); in asus_setup_pci_hotplug()
918 if (asus->hotplug_workqueue) in asus_wmi_rfkill_exit()
919 destroy_workqueue(asus->hotplug_workqueue); in asus_wmi_rfkill_exit()