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

/linux-4.1.27/drivers/usb/dwc2/
H A Dcore.c178 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) dwc2_fs_phy_init() argument
187 if (select_phy) { dwc2_fs_phy_init()
231 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) dwc2_hs_phy_init() argument
236 if (!select_phy) dwc2_hs_phy_init()
280 static int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) dwc2_phy_init() argument
288 retval = dwc2_fs_phy_init(hsotg, select_phy); dwc2_phy_init()
293 retval = dwc2_hs_phy_init(hsotg, select_phy); dwc2_phy_init()
402 * @select_phy: If true then also set the Phy type
405 int dwc2_core_init(struct dwc2_hsotg *hsotg, bool select_phy, int irq) dwc2_core_init() argument
438 retval = dwc2_phy_init(hsotg, select_phy); dwc2_core_init()
H A Dcore.h788 extern int dwc2_core_init(struct dwc2_hsotg *hsotg, bool select_phy, int irq);

Completed in 120 milliseconds