Home
last modified time | relevance | path

Searched refs:select_phy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.c1064 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
1073 if (select_phy) { in dwc2_fs_phy_init()
1134 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1139 if (!select_phy) in dwc2_hs_phy_init()
1209 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1218 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1223 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1311 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.c978 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
987 if (select_phy) { in dwc2_fs_phy_init()
1048 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1053 if (!select_phy) in dwc2_hs_phy_init()
1123 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1133 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1138 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1299 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);

Completed in 9 milliseconds