Searched refs:PHY_MODE_USB_OTG (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/phy/qualcomm/ |
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()
|
/linux-6.1.9/drivers/usb/musb/ |
D | mediatek.c | 98 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_otg_switch_set() 234 new_mode = PHY_MODE_USB_OTG; in mtk_musb_set_mode() 445 glue->phy_mode = PHY_MODE_USB_OTG; in mtk_musb_probe()
|
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()
|
D | sunxi.c | 337 new_mode = PHY_MODE_USB_OTG; in sunxi_musb_set_mode() 708 glue->phy_mode = PHY_MODE_USB_OTG; in sunxi_musb_probe()
|
/linux-6.1.9/drivers/phy/ti/ |
D | phy-da8xx-usb.c | 101 case PHY_MODE_USB_OTG: /* Don't override the VBUS/ID comparators */ in da8xx_usb20_phy_set_mode()
|
/linux-6.1.9/drivers/phy/amlogic/ |
D | phy-meson-gxl-usb2.c | 159 case PHY_MODE_USB_OTG: in phy_meson_gxl_usb2_set_mode()
|
/linux-6.1.9/drivers/phy/ingenic/ |
D | phy-ingenic-usb.c | 179 case PHY_MODE_USB_OTG: in ingenic_usb_phy_set_mode()
|
/linux-6.1.9/include/linux/phy/ |
D | phy.h | 37 PHY_MODE_USB_OTG, enumerator
|
/linux-6.1.9/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 223 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
D | phy-mtk-tphy.c | 581 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 717 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on() 736 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off() 848 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work() 850 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
|
/linux-6.1.9/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 547 case PHY_MODE_USB_OTG: in sun4i_usb_phy_set_mode()
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-tegra.c | 1222 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_HOST); in tegra_xhci_id_work() 1224 phy_set_mode_ext(phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xhci_id_work()
|
/linux-6.1.9/drivers/phy/tegra/ |
D | xusb-tegra186.c | 764 if (mode == PHY_MODE_USB_OTG) { in tegra186_utmi_phy_set_mode()
|
D | xusb-tegra210.c | 1926 if (mode == PHY_MODE_USB_OTG) { in tegra210_usb2_phy_set_mode()
|