Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dcore.c1019 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
1028 if (select_phy) { in dwc2_fs_phy_init()
1091 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1096 if (!select_phy) in dwc2_hs_phy_init()
1166 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1176 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1181 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1325 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);