Searched refs:PHY_MODE_USB_OTG (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
D | phy-qcom-usb-hs.c | 53 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/ |
D | mediatek.c | 151 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()
|
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() 700 glue->phy_mode = PHY_MODE_USB_OTG; in sunxi_musb_probe()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/phy/amlogic/ |
D | phy-meson-gxl-usb2.c | 156 case PHY_MODE_USB_OTG: in phy_meson_gxl_usb2_set_mode()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | phy.h | 36 PHY_MODE_USB_OTG, enumerator
|
/kernel/linux/linux-5.10/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 260 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
D | phy-mtk-tphy.c | 619 case PHY_MODE_USB_OTG: in u2_phy_instance_set_mode()
|
/kernel/linux/linux-5.10/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 493 case PHY_MODE_USB_OTG: in sun4i_usb_phy_set_mode()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 715 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/ |
D | xhci-tegra.c | 1172 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/ |
D | xusb-tegra186.c | 373 if (mode == PHY_MODE_USB_OTG) { in tegra186_utmi_phy_set_mode()
|
D | xusb-tegra210.c | 1010 if (mode == PHY_MODE_USB_OTG) { in tegra210_usb2_phy_set_mode()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 47581 + case PHY_MODE_USB_OTG: 47734 + rockchip_usb2phy_set_mode(rport->phy, PHY_MODE_USB_OTG, 0);
|