Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/core/
Dhcd.c2475 struct usb_hcd *hcd = container_of(work, struct usb_hcd, died_work); in hcd_died_work()
2528 schedule_work(&hcd->died_work); in usb_hc_died()
2530 schedule_work(&hcd->primary_hcd->died_work); in usb_hc_died()
2598 INIT_WORK(&hcd->died_work, hcd_died_work); in __usb_create_hcd()
3038 cancel_work_sync(&hcd->died_work); in usb_remove_hcd()
/linux-6.12.1/include/linux/usb/
Dhcd.h88 struct work_struct died_work; /* for when the device dies */ member