Home
last modified time | relevance | path

Searched refs:phy_set_mode (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/usb/cdns3/
H A Ddrd.c200 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/drivers/usb/dwc3/
H A Ddwc3-apple.c236 phy_set_mode(appledwc->dwc.usb2_generic_phy[0], PHY_MODE_USB_HOST); in dwc3_apple_init()
239 phy_set_mode(appledwc->dwc.usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_apple_init()
272 phy_set_mode(appledwc->dwc.usb3_generic_phy[0], PHY_MODE_USB_HOST); in dwc3_apple_init()
289 phy_set_mode(appledwc->dwc.usb3_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_apple_init()
H A Dcore.c252 phy_set_mode(dwc->usb2_generic_phy[i], PHY_MODE_USB_HOST); in __dwc3_set_mode()
254 phy_set_mode(dwc->usb3_generic_phy[i], PHY_MODE_USB_HOST); in __dwc3_set_mode()
270 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in __dwc3_set_mode()
271 phy_set_mode(dwc->usb3_generic_phy[0], PHY_MODE_USB_DEVICE); in __dwc3_set_mode()
1615 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_core_init_mode()
1616 phy_set_mode(dwc->usb3_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_core_init_mode()
1628 phy_set_mode(dwc->usb2_generic_phy[i], PHY_MODE_USB_HOST); in dwc3_core_init_mode()
1630 phy_set_mode(dwc->usb3_generic_phy[i], PHY_MODE_USB_HOST); in dwc3_core_init_mode()
H A Ddrd.c392 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()
H A Ddwc3-meson-g12a.c269 return phy_set_mode(priv->phys[i], mode); in dwc3_meson_gxl_set_phy_mode()
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst140 [phy_set_mode[_ext]()]
148 :c:func:`phy_set_mode <phy_set_mode_ext>` 而其他 PHY 可能使用
/linux/include/linux/phy/
H A Dphy.h253 #define phy_set_mode(phy, mode) \ macro
377 #define phy_set_mode(phy, mode) \ macro
/linux/drivers/usb/core/
H A Dphy.c201 err = phy_set_mode(roothub_entry->phy, mode); in usb_phy_roothub_set_mode()
/linux/drivers/pci/controller/plda/
H A Dpcie-starfive.c242 ret = phy_set_mode(pcie->phy, PHY_MODE_PCIE); in starfive_pcie_enable_phy()
/linux/drivers/usb/musb/
H A Dda8xx.c354 return phy_set_mode(glue->phy, phy_mode); in da8xx_musb_set_mode()
H A Dmusb_gadget.c1849 phy_set_mode(musb->phy, PHY_MODE_USB_DEVICE); in musb_gadget_start()
1901 phy_set_mode(musb->phy, PHY_MODE_INVALID); in musb_gadget_stop()
/linux/drivers/usb/chipidea/
H A Dcore.c412 phy_set_mode(ci->phy, PHY_MODE_USB_DEVICE); in ci_platform_configure()
420 phy_set_mode(ci->phy, PHY_MODE_USB_HOST); in ci_platform_configure()
/linux/drivers/ata/
H A Dlibahci_platform.c59 rc = phy_set_mode(hpriv->phys[i], PHY_MODE_SATA); in ahci_platform_enable_phys()
H A Dahci_imx.c456 ret = phy_set_mode(imxpriv->sata_phy, PHY_MODE_SATA); in imx8_sata_enable()
/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c539 ret = phy_set_mode(dra7xx->phy[i], PHY_MODE_PCIE); in dra7xx_pcie_enable_phy()
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c768 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY); in sun6i_dsi_encoder_enable()
/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1604 phy_set_mode(dp->phy, PHY_MODE_DP); in analogix_dp_resume()
/linux/drivers/pci/controller/
H A Dpci-aardvark.c1695 ret = phy_set_mode(pcie->phy, PHY_MODE_PCIE); in advk_pcie_enable_phy()