Searched refs:wakeup_work (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | dwc3-pci.c | 69 struct work_struct wakeup_work; member 211 struct dwc3_pci *dwc = container_of(work, struct dwc3_pci, wakeup_work); in dwc3_pci_resume_work() 289 INIT_WORK(&dwc->wakeup_work, dwc3_pci_resume_work); in dwc3_pci_probe() 306 cancel_work_sync(&dwc->wakeup_work); in dwc3_pci_remove() 429 queue_work(pm_wq, &dwc->wakeup_work); in dwc3_pci_runtime_resume()
|
/kernel/linux/linux-5.10/kernel/ |
D | relay.c | 341 buf = container_of(work, struct rchan_buf, wakeup_work); in wakeup_readers() 359 init_irq_work(&buf->wakeup_work, wakeup_readers); in __relay_reset() 361 irq_work_sync(&buf->wakeup_work); in __relay_reset() 497 irq_work_sync(&buf->wakeup_work); in relay_close_buf() 775 irq_work_queue(&buf->wakeup_work); in relay_switch_subbuf()
|
/kernel/linux/linux-5.10/include/linux/ |
D | relay.h | 43 struct irq_work wakeup_work; /* reader wakeup */ member
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
D | ks_wlan.h | 453 struct work_struct wakeup_work; member
|
D | ks_hostif.c | 73 priv = container_of(work, struct ks_wlan_private, wakeup_work); in ks_wlan_hw_wakeup_task() 83 schedule_work(&priv->wakeup_work); in ks_wlan_hw_wakeup_task() 2279 INIT_WORK(&priv->wakeup_work, ks_wlan_hw_wakeup_task); in hostif_power_save_init()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hcd.c | 2260 struct usb_hcd *hcd = container_of(work, struct usb_hcd, wakeup_work); in hcd_resume_work() 2283 queue_work(pm_wq, &hcd->wakeup_work); in usb_hcd_resume_root_hub() 2485 INIT_WORK(&hcd->wakeup_work, hcd_resume_work); in __usb_create_hcd() 2883 cancel_work_sync(&hcd->wakeup_work); in usb_remove_hcd()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 99 struct work_struct wakeup_work; /* for remote wakeup */ member
|