Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A Dhcd.c2477 struct usb_hcd *hcd = container_of(work, struct usb_hcd, died_work); in hcd_died_work()
2530 schedule_work(&hcd->died_work); in usb_hc_died()
2532 schedule_work(&hcd->primary_hcd->died_work); in usb_hc_died()
2600 INIT_WORK(&hcd->died_work, hcd_died_work); in __usb_create_hcd()
3018 cancel_work_sync(&hcd->died_work); in usb_remove_hcd()
/linux/include/linux/usb/
A Dhcd.h101 struct work_struct died_work; /* for when the device dies */ member

Completed in 11 milliseconds