Home
last modified time | relevance | path

Searched refs:phy_reset_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1172 struct work_struct phy_reset_work; member
1501 { schedule_work(&hsotg->phy_reset_work); } in dwc2_host_schedule_phy_reset()
H A Dhcd.c4228 phy_reset_work); in dwc2_hcd_phy_reset_func()
5082 cancel_work_sync(&hsotg->phy_reset_work); in dwc2_hcd_free()
5232 INIT_WORK(&hsotg->phy_reset_work, dwc2_hcd_phy_reset_func); in dwc2_hcd_init()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_init.c491 static void phy_reset_work(struct work_struct *work) in phy_reset_work() function
513 INIT_SAS_WORK(&d->reset_work, phy_reset_work); in sas_phy_setup()