Searched refs:wakeup_work (Results 1 – 3 of 3) sorted by relevance
90 struct work_struct wakeup_work; member317 struct dwc3_pci *dwc = container_of(work, struct dwc3_pci, wakeup_work); in dwc3_pci_resume_work()389 INIT_WORK(&dwc->wakeup_work, dwc3_pci_resume_work); in dwc3_pci_probe()407 cancel_work_sync(&dwc->wakeup_work); in dwc3_pci_remove()510 queue_work(pm_wq, &dwc->wakeup_work); in dwc3_pci_runtime_resume()
275 buf = container_of(work, struct rchan_buf, wakeup_work); in wakeup_readers()293 init_irq_work(&buf->wakeup_work, wakeup_readers); in __relay_reset()295 irq_work_sync(&buf->wakeup_work); in __relay_reset()432 irq_work_sync(&buf->wakeup_work); in relay_close_buf()584 irq_work_queue(&buf->wakeup_work); in relay_switch_subbuf()
59 struct irq_work wakeup_work; /* reader wakeup */ member