| /linux/drivers/usb/cdns3/ |
| A D | drd.c | 200 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_HOST); in cdns_drd_host_on() 201 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_HOST); in cdns_drd_host_on() 221 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID); in cdns_drd_host_off() 222 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_drd_host_off() 254 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_DEVICE); in cdns_drd_gadget_on() 255 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_DEVICE); in cdns_drd_gadget_on() 280 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID); in cdns_drd_gadget_off() 281 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_drd_gadget_off()
|
| /linux/Documentation/translations/zh_CN/driver-api/phy/ |
| A D | phy.rst | 140 [phy_set_mode[_ext]()] 148 :c:func:`phy_set_mode <phy_set_mode_ext>` 而其他 PHY 可能使用
|
| /linux/include/linux/phy/ |
| A D | phy.h | 237 #define phy_set_mode(phy, mode) \ macro 370 #define phy_set_mode(phy, mode) \ macro
|
| /linux/drivers/usb/dwc3/ |
| A D | core.c | 233 phy_set_mode(dwc->usb2_generic_phy[i], PHY_MODE_USB_HOST); in __dwc3_set_mode() 235 phy_set_mode(dwc->usb3_generic_phy[i], PHY_MODE_USB_HOST); in __dwc3_set_mode() 251 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in __dwc3_set_mode() 252 phy_set_mode(dwc->usb3_generic_phy[0], PHY_MODE_USB_DEVICE); in __dwc3_set_mode() 1571 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_core_init_mode() 1572 phy_set_mode(dwc->usb3_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_core_init_mode() 1584 phy_set_mode(dwc->usb2_generic_phy[i], PHY_MODE_USB_HOST); in dwc3_core_init_mode() 1586 phy_set_mode(dwc->usb3_generic_phy[i], PHY_MODE_USB_HOST); in dwc3_core_init_mode()
|
| A D | drd.c | 392 phy_set_mode(dwc->usb2_generic_phy[i], in dwc3_otg_update() 408 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_otg_update()
|
| A D | dwc3-meson-g12a.c | 269 return phy_set_mode(priv->phys[i], mode); in dwc3_meson_gxl_set_phy_mode()
|
| /linux/drivers/usb/musb/ |
| A D | mediatek.c | 113 phy_set_mode(glue->phy, glue->phy_mode); in mtk_otg_switch_set() 285 phy_set_mode(glue->phy, glue->phy_mode); in mtk_musb_init()
|
| A D | da8xx.c | 352 return phy_set_mode(glue->phy, phy_mode); in da8xx_musb_set_mode()
|
| A D | sunxi.c | 143 phy_set_mode(glue->phy, glue->phy_mode); in sunxi_musb_work()
|
| A D | musb_gadget.c | 1843 phy_set_mode(musb->phy, PHY_MODE_USB_DEVICE); in musb_gadget_start() 1896 phy_set_mode(musb->phy, PHY_MODE_INVALID); in musb_gadget_stop()
|
| /linux/drivers/usb/core/ |
| A D | phy.c | 201 err = phy_set_mode(roothub_entry->phy, mode); in usb_phy_roothub_set_mode()
|
| /linux/Documentation/driver-api/phy/ |
| A D | phy.rst | 146 [phy_set_mode[_ext]()] 154 PHYs. Some PHYs may require :c:func:`phy_set_mode <phy_set_mode_ext>`, while
|
| /linux/drivers/pci/controller/plda/ |
| A D | pcie-starfive.c | 242 ret = phy_set_mode(pcie->phy, PHY_MODE_PCIE); in starfive_pcie_enable_phy()
|
| /linux/drivers/media/platform/rockchip/rkisp1/ |
| A D | rkisp1-csi.c | 171 phy_set_mode(csi->dphy, PHY_MODE_MIPI_DPHY); in rkisp1_csi_start()
|
| /linux/drivers/usb/chipidea/ |
| A D | core.c | 411 phy_set_mode(ci->phy, PHY_MODE_USB_DEVICE); in ci_platform_configure() 419 phy_set_mode(ci->phy, PHY_MODE_USB_HOST); in ci_platform_configure()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| A D | imx8qxp-ldb.c | 151 ret = phy_set_mode(imx8qxp_ldb_ch->phy, PHY_MODE_LVDS); in imx8qxp_ldb_bridge_mode_set()
|
| /linux/drivers/ata/ |
| A D | libahci_platform.c | 56 rc = phy_set_mode(hpriv->phys[i], PHY_MODE_SATA); in ahci_platform_enable_phys()
|
| A D | ahci_imx.c | 456 ret = phy_set_mode(imxpriv->sata_phy, PHY_MODE_SATA); in imx8_sata_enable()
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_lvds.c | 513 ret = phy_set_mode(lvds->dphy, PHY_MODE_LVDS); in px30_lvds_probe()
|
| A D | dw-mipi-dsi-rockchip.c | 532 ret = phy_set_mode(dsi->phy, PHY_MODE_MIPI_DPHY); in dw_mipi_dsi_phy_power_on()
|
| /linux/drivers/pci/controller/dwc/ |
| A D | pci-dra7xx.c | 540 ret = phy_set_mode(dra7xx->phy[i], PHY_MODE_PCIE); in dra7xx_pcie_enable_phy()
|
| /linux/drivers/gpu/drm/bridge/ |
| A D | nwl-dsi.c | 669 ret = phy_set_mode(dsi->phy, PHY_MODE_MIPI_DPHY); in nwl_dsi_mode_set()
|
| /linux/drivers/gpu/drm/sun4i/ |
| A D | sun6i_mipi_dsi.c | 768 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY); in sun6i_dsi_encoder_enable()
|
| /linux/drivers/gpu/drm/bridge/cadence/ |
| A D | cdns-dsi-core.c | 702 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY); in cdns_dsi_hs_init()
|
| /linux/drivers/pci/controller/ |
| A D | pci-aardvark.c | 1712 ret = phy_set_mode(pcie->phy, PHY_MODE_PCIE); in advk_pcie_enable_phy()
|