Searched refs:PHY_MODE_USB_HOST (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c278 : PHY_MODE_USB_HOST);
284 if (mode == PHY_MODE_USB_HOST)
312 PHY_MODE_USB_HOST);
479 return PHY_MODE_USB_HOST;
490 if (mode == PHY_MODE_USB_HOST)
524 mode = (role == USB_ROLE_HOST) ? PHY_MODE_USB_HOST
540 return priv->otg_phy_mode == PHY_MODE_USB_HOST ?
767 priv->otg_phy_mode = PHY_MODE_USB_HOST;
880 if (priv->vbus && priv->otg_phy_mode == PHY_MODE_USB_HOST) {
923 if (priv->vbus && priv->otg_phy_mode == PHY_MODE_USB_HOST) {
[all...]
H A Ddrd.c391 PHY_MODE_USB_HOST);
H A Dcore.c224 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_HOST);
225 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_HOST);
1417 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_HOST);
1418 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_HOST);
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-gxl-usb2.c158 case PHY_MODE_USB_HOST:
253 priv->mode = PHY_MODE_USB_HOST;
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c54 case PHY_MODE_USB_HOST:
74 case PHY_MODE_USB_HOST:
H A Dphy-qcom-eusb2-repeater.c166 case PHY_MODE_USB_HOST:
H A Dphy-qcom-snps-femto-v2.c187 if (hsphy->mode == PHY_MODE_USB_HOST) {
/linux-master/drivers/phy/starfive/
H A Dphy-jh7110-pcie.c112 case PHY_MODE_USB_HOST:
H A Dphy-jh7110-usb.c50 case PHY_MODE_USB_HOST:
/linux-master/drivers/usb/musb/
H A Dmediatek.c78 glue->phy_mode = PHY_MODE_USB_HOST;
227 new_mode = PHY_MODE_USB_HOST;
439 glue->phy_mode = PHY_MODE_USB_HOST;
H A Dsunxi.c338 new_mode = PHY_MODE_USB_HOST;
702 glue->phy_mode = PHY_MODE_USB_HOST;
H A Dda8xx.c340 phy_mode = PHY_MODE_USB_HOST;
H A Dmusb_host.c2737 phy_set_mode(musb->phy, PHY_MODE_USB_HOST);
/linux-master/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c295 return PHY_MODE_USB_HOST;
347 new_mode = PHY_MODE_USB_HOST;
361 if (new_mode == PHY_MODE_USB_HOST) { /* And is_host must be false */
/linux-master/drivers/usb/cdns3/
H A Ddrd.c200 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_HOST);
201 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_HOST);
/linux-master/drivers/phy/ti/
H A Dphy-da8xx-usb.c95 case PHY_MODE_USB_HOST: /* Force VBUS valid, ID = 0 */
H A Dphy-tusb1210.c139 case PHY_MODE_USB_HOST:
/linux-master/drivers/phy/ingenic/
H A Dphy-ingenic-usb.c162 case PHY_MODE_USB_HOST:
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c219 case PHY_MODE_USB_HOST:
H A Dphy-mtk-tphy.c954 case PHY_MODE_USB_HOST:
/linux-master/include/linux/phy/
H A Dphy.h27 PHY_MODE_USB_HOST, enumerator in enum:phy_mode
/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c520 if (mode == PHY_MODE_USB_HOST)
526 case PHY_MODE_USB_HOST:
/linux-master/drivers/usb/chipidea/
H A Dcore.c419 phy_set_mode(ci->phy, PHY_MODE_USB_HOST);
/linux-master/drivers/usb/core/
H A Dhcd.c2815 PHY_MODE_USB_HOST);

Completed in 207 milliseconds