Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.c1074 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
1083 if (select_phy) { in dwc2_fs_phy_init()
1144 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
1149 if (!select_phy) in dwc2_hs_phy_init()
1219 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1228 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1233 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1314 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);