Home
last modified time | relevance | path

Searched refs:PHY_MODE_USB_OTG (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c53 case PHY_MODE_USB_OTG: in qcom_usb_hs_phy_set_mode()
69 case PHY_MODE_USB_OTG: in qcom_usb_hs_phy_set_mode()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmediatek.c151 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_otg_switch_set()
286 new_mode = PHY_MODE_USB_OTG; in mtk_musb_set_mode()
497 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_musb_probe()
Dda8xx.c335 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()
Dsunxi.c337 new_mode = PHY_MODE_USB_OTG; in sunxi_musb_set_mode()
700 glue->phy_mode = PHY_MODE_USB_OTG; in sunxi_musb_probe()
/kernel/linux/linux-5.10/drivers/phy/ti/
Dphy-da8xx-usb.c101 case PHY_MODE_USB_OTG: /* Don't override the VBUS/ID comparators */ in da8xx_usb20_phy_set_mode()
/kernel/linux/linux-5.10/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c156 case PHY_MODE_USB_OTG: in phy_meson_gxl_usb2_set_mode()
/kernel/linux/linux-5.10/include/linux/phy/
Dphy.h36 PHY_MODE_USB_OTG, enumerator
/kernel/linux/linux-5.10/drivers/phy/mediatek/
Dphy-mtk-xsphy.c260 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
Dphy-mtk-tphy.c619 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
/kernel/linux/linux-5.10/drivers/phy/allwinner/
Dphy-sun4i-usb.c493 case PHY_MODE_USB_OTG: in sun4i_usb_phy_set_mode()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c715 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
734 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
844 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
846 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-tegra.c1172 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work()
1174 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
/kernel/linux/linux-5.10/drivers/phy/tegra/
Dxusb-tegra186.c373 if (mode == PHY_MODE_USB_OTG) { in tegra186_utmi_phy_set_mode()
Dxusb-tegra210.c1010 if (mode == PHY_MODE_USB_OTG) { in tegra210_usb2_phy_set_mode()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch47581 + case PHY_MODE_USB_OTG:
47734 + rockchip_usb2phy_set_mode(rport->phy, PHY_MODE_USB_OTG, 0);