Searched refs:wakeup_work (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_pda.c122 struct work_struct wakeup_work; member in struct:keyspan_pda_private
184 container_of(work, struct keyspan_pda_private, wakeup_work);
261 schedule_work(&priv->wakeup_work);
616 schedule_work(&priv->wakeup_work);
771 INIT_WORK(&priv->wakeup_work, keyspan_pda_wakeup_write);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c1299 struct usb_hcd *hcd = container_of(work, struct usb_hcd, wakeup_work);
1323 queue_work(ksuspend_usb_wq, &hcd->wakeup_work);
1513 INIT_WORK(&hcd->wakeup_work, hcd_resume_work);
1682 cancel_work_sync(&hcd->wakeup_work);
H A Dhcd.h72 struct work_struct wakeup_work; /* for remote wakeup */ member in struct:usb_hcd

Completed in 48 milliseconds