Searched refs:PHY_MODE_USB_OTG (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-hs.c | 53 case PHY_MODE_USB_OTG: in qcom_usb_hs_phy_set_mode() 70 case PHY_MODE_USB_OTG: in qcom_usb_hs_phy_set_mode()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | mediatek.c | 99 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_otg_switch_set() 235 new_mode = PHY_MODE_USB_OTG; in mtk_musb_set_mode() 447 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_musb_probe()
|
H A D | da8xx.c | 335 return phy_set_mode(glue->phy, PHY_MODE_USB_OTG); in da8xx_musb_set_mode() 345 phy_mode = PHY_MODE_USB_OTG; in da8xx_musb_set_mode()
|
H A D | sunxi.c | 342 new_mode = PHY_MODE_USB_OTG; in sunxi_musb_set_mode() 712 glue->phy_mode = PHY_MODE_USB_OTG; in sunxi_musb_probe()
|
/openbmc/linux/drivers/phy/starfive/ |
H A D | phy-jh7110-usb.c | 52 case PHY_MODE_USB_OTG: in usb2_phy_set_mode()
|
H A D | phy-jh7110-pcie.c | 114 case PHY_MODE_USB_OTG: in jh7110_pcie_phy_set_mode()
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-da8xx-usb.c | 101 case PHY_MODE_USB_OTG: /* Don't override the VBUS/ID comparators */ in da8xx_usb20_phy_set_mode()
|
/openbmc/linux/drivers/phy/amlogic/ |
H A D | phy-meson-gxl-usb2.c | 159 case PHY_MODE_USB_OTG: in phy_meson_gxl_usb2_set_mode()
|
/openbmc/linux/drivers/phy/ingenic/ |
H A D | phy-ingenic-usb.c | 180 case PHY_MODE_USB_OTG: in ingenic_usb_phy_set_mode()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 37 PHY_MODE_USB_OTG, enumerator
|
/openbmc/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-xsphy.c | 223 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
H A D | phy-mtk-tphy.c | 936 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 716 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on() 735 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off() 854 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work() 856 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
|
/openbmc/linux/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 532 case PHY_MODE_USB_OTG: in sun4i_usb_phy_set_mode()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-tegra.c | 1357 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work() 1359 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
|
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb-tegra186.c | 819 if (mode == PHY_MODE_USB_OTG) { in tegra186_utmi_phy_set_mode()
|
H A D | xusb-tegra210.c | 1926 if (mode == PHY_MODE_USB_OTG) { in tegra210_usb2_phy_set_mode()
|