Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c298 struct workqueue_struct *hotplug_workqueue; member
1724 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify()
1796 asus->hotplug_workqueue = in asus_setup_pci_hotplug()
1798 if (!asus->hotplug_workqueue) in asus_setup_pci_hotplug()
1815 destroy_workqueue(asus->hotplug_workqueue); in asus_setup_pci_hotplug()
1944 if (asus->hotplug_workqueue) in asus_wmi_rfkill_exit()
1945 destroy_workqueue(asus->hotplug_workqueue); in asus_wmi_rfkill_exit()