Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dasus-wmi.c207 struct workqueue_struct *hotplug_workqueue; member
853 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify()
925 asus->hotplug_workqueue = in asus_setup_pci_hotplug()
927 if (!asus->hotplug_workqueue) in asus_setup_pci_hotplug()
944 destroy_workqueue(asus->hotplug_workqueue); in asus_setup_pci_hotplug()
1073 if (asus->hotplug_workqueue) in asus_wmi_rfkill_exit()
1074 destroy_workqueue(asus->hotplug_workqueue); in asus_wmi_rfkill_exit()