Searched refs:PHY_MODE_USB_DEVICE (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 283 (i == USB2_OTG_PHY) ? PHY_MODE_USB_DEVICE in dwc3_meson_gxl_usb2_init_phy() 381 if (mode == PHY_MODE_USB_DEVICE) { in dwc3_meson_g12a_usb_otg_apply_mode() 483 return PHY_MODE_USB_DEVICE; in dwc3_meson_g12a_get_id() 502 if (mode == PHY_MODE_USB_DEVICE) in dwc3_meson_g12a_otg_mode_set() 531 : PHY_MODE_USB_DEVICE; in dwc3_meson_g12a_role_set() 689 return dwc3_meson_g12a_usb_init_glue(priv, PHY_MODE_USB_DEVICE); in dwc3_meson_gxl_usb_init() 774 priv->otg_phy_mode = PHY_MODE_USB_DEVICE; in dwc3_meson_g12a_probe()
|
D | core.c | 217 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_DEVICE); in __dwc3_set_mode() 218 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_DEVICE); in __dwc3_set_mode() 1225 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_DEVICE); in dwc3_core_init_mode() 1226 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_DEVICE); in dwc3_core_init_mode()
|
D | drd.c | 405 PHY_MODE_USB_DEVICE); in dwc3_otg_update()
|
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
D | phy-qcom-usb-hs.c | 57 case PHY_MODE_USB_DEVICE: in qcom_usb_hs_phy_set_mode() 70 case PHY_MODE_USB_DEVICE: in qcom_usb_hs_phy_set_mode()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | mediatek.c | 141 glue->phy_mode = PHY_MODE_USB_DEVICE; in mtk_otg_switch_set() 282 new_mode = PHY_MODE_USB_DEVICE; in mtk_musb_set_mode() 493 glue->phy_mode = PHY_MODE_USB_DEVICE; in mtk_musb_probe()
|
D | sunxi.c | 334 new_mode = PHY_MODE_USB_DEVICE; in sunxi_musb_set_mode() 694 glue->phy_mode = PHY_MODE_USB_DEVICE; in sunxi_musb_probe()
|
D | da8xx.c | 342 phy_mode = PHY_MODE_USB_DEVICE; in da8xx_musb_set_mode()
|
/kernel/linux/linux-5.10/drivers/phy/ti/ |
D | phy-tusb1210.c | 71 case PHY_MODE_USB_DEVICE: in tusb1210_set_mode()
|
D | phy-da8xx-usb.c | 98 case PHY_MODE_USB_DEVICE: /* Force VBUS valid, ID = 1 */ in da8xx_usb20_phy_set_mode()
|
/kernel/linux/linux-5.10/drivers/phy/amlogic/ |
D | phy-meson-gxl-usb2.c | 164 case PHY_MODE_USB_DEVICE: in phy_meson_gxl_usb2_set_mode()
|
/kernel/linux/linux-5.10/drivers/phy/renesas/ |
D | phy-rcar-gen3-usb2.c | 276 return PHY_MODE_USB_DEVICE; in rcar_gen3_get_phy_mode() 328 new_mode = PHY_MODE_USB_DEVICE; in role_store()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | drd.c | 227 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_DEVICE); in cdns3_drd_gadget_on()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | phy.h | 31 PHY_MODE_USB_DEVICE, enumerator
|
/kernel/linux/linux-5.10/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 253 case PHY_MODE_USB_DEVICE: in u2_phy_instance_set_mode()
|
D | phy-mtk-tphy.c | 612 case PHY_MODE_USB_DEVICE: in u2_phy_instance_set_mode()
|
/kernel/linux/linux-5.10/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 490 case PHY_MODE_USB_DEVICE: in sun4i_usb_phy_set_mode()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
D | core.c | 404 phy_set_mode(ci->phy, PHY_MODE_USB_DEVICE); in ci_platform_configure()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0031_linux_drivers_perf_phy_pinctrl_ptp_pwm.patch | 1793 + if (mode == PHY_MODE_USB_DEVICE)
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 47587 + case PHY_MODE_USB_DEVICE: 47729 + rockchip_usb2phy_set_mode(rport->phy, PHY_MODE_USB_DEVICE, 0);
|