Searched refs:dwc2_core_reset (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core.c | 495 int dwc2_core_reset(struct dwc2_hsotg *hsotg, bool skip_wait) in dwc2_core_reset() function 1082 retval = dwc2_core_reset(hsotg, false); in dwc2_fs_phy_init() 1180 retval = dwc2_core_reset(hsotg, false); in dwc2_hs_phy_init()
|
H A D | platform.c | 490 retval = dwc2_core_reset(hsotg, false); in dwc2_driver_probe()
|
H A D | core.h | 1304 int dwc2_core_reset(struct dwc2_hsotg *hsotg, bool skip_wait);
|
H A D | hcd.c | 2105 retval = dwc2_core_reset(hsotg, false); in dwc2_core_init()
|
H A D | gadget.c | 3393 if (dwc2_core_reset(hsotg, true)) in dwc2_hsotg_core_init_disconnected()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core.c | 393 int dwc2_core_reset(struct dwc2_hsotg *hsotg, bool skip_wait) in dwc2_core_reset() function 455 * in dwc2_core_reset() function by taking into account configs. in dwc2_core_reset() 996 retval = dwc2_core_reset(hsotg, false); in dwc2_fs_phy_init() 1094 retval = dwc2_core_reset(hsotg, false); in dwc2_hs_phy_init()
|
H A D | core.h | 1291 int dwc2_core_reset(struct dwc2_hsotg *hsotg, bool skip_wait);
|
H A D | platform.c | 518 retval = dwc2_core_reset(hsotg, false); in dwc2_driver_probe()
|
H A D | hcd.c | 2070 retval = dwc2_core_reset(hsotg, false); in dwc2_core_init()
|
H A D | gadget.c | 3393 if (dwc2_core_reset(hsotg, true)) in dwc2_hsotg_core_init_disconnected()
|
Completed in 32 milliseconds