Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/dwc2/
H 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()
1144 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1153 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1158 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1315 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/dwc2/
H 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()
1144 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1153 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1158 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1315 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/dwc2/
H 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()
1144 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
1153 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
1158 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()
H A Dcore.h1315 int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy);
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.c657 static int dwc2_fs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_fs_phy_init() argument
666 if (select_phy) { in dwc2_fs_phy_init()
714 static int dwc2_hs_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_hs_phy_init() argument
719 if (!select_phy) in dwc2_hs_phy_init()
765 static int dwc2_phy_init(struct dwc2_hsotg *hsotg, bool select_phy) in dwc2_phy_init() argument
773 retval = dwc2_fs_phy_init(hsotg, select_phy); in dwc2_phy_init()
778 retval = dwc2_hs_phy_init(hsotg, select_phy); in dwc2_phy_init()