Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dcore.c1008 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
1017 if (select_phy) { in dwc2_fs_phy_init()
1078 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1083 if (!select_phy) in dwc2_hs_phy_init()
1153 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1162 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1167 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
A Dcore.h1320 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);

Completed in 10 milliseconds