Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore.c1020 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
1029 if (select_phy) { in dwc2_fs_phy_init()
1092 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1097 if (!select_phy) in dwc2_hs_phy_init()
1167 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1177 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1182 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);