Searched refs:phy_set_mode (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Ddrd.c200 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_HOST);
201 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_HOST);
221 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID);
222 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID);
254 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_DEVICE);
255 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_DEVICE);
280 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID);
281 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID);
/linux-master/drivers/usb/dwc3/
H A Ddrd.c390 phy_set_mode(dwc->usb2_generic_phy,
404 phy_set_mode(dwc->usb2_generic_phy,
H A Dcore.c224 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_HOST);
225 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_HOST);
240 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_DEVICE);
241 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_DEVICE);
1405 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_DEVICE);
1406 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_DEVICE);
1417 phy_set_mode(dwc->usb2_generic_phy, PHY_MODE_USB_HOST);
1418 phy_set_mode(dwc->usb3_generic_phy, PHY_MODE_USB_HOST);
H A Ddwc3-meson-g12a.c269 return phy_set_mode(priv->phys[i], mode);
/linux-master/include/linux/phy/
H A Dphy.h237 #define phy_set_mode(phy, mode) \ macro
370 #define phy_set_mode(phy, mode) \ macro
/linux-master/drivers/usb/core/
H A Dphy.c201 err = phy_set_mode(roothub_entry->phy, mode);
/linux-master/drivers/usb/musb/
H A Dmediatek.c113 phy_set_mode(glue->phy, glue->phy_mode);
285 phy_set_mode(glue->phy, glue->phy_mode);
H A Dda8xx.c336 return phy_set_mode(glue->phy, PHY_MODE_USB_OTG);
352 return phy_set_mode(glue->phy, phy_mode);
H A Dmusb_gadget.c1852 phy_set_mode(musb->phy, PHY_MODE_USB_DEVICE);
1905 phy_set_mode(musb->phy, PHY_MODE_INVALID);
H A Dsunxi.c143 phy_set_mode(glue->phy, glue->phy_mode);
365 * phy_set_mode may sleep, and we're called with a spinlock held,
380 * Schedule a phy_set_mode with the current glue->phy_mode value,
H A Dmusb_host.c2737 phy_set_mode(musb->phy, PHY_MODE_USB_HOST);
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c171 phy_set_mode(csi->dphy, PHY_MODE_MIPI_DPHY);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-ldb.c151 ret = phy_set_mode(imx8qxp_ldb_ch->phy, PHY_MODE_LVDS);
/linux-master/drivers/ata/
H A Dlibahci_platform.c56 rc = phy_set_mode(hpriv->phys[i], PHY_MODE_SATA);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c514 ret = phy_set_mode(lvds->dphy, PHY_MODE_LVDS);
H A Ddw-mipi-dsi-rockchip.c527 ret = phy_set_mode(dsi->phy, PHY_MODE_MIPI_DPHY);
/linux-master/drivers/usb/chipidea/
H A Dcore.c411 phy_set_mode(ci->phy, PHY_MODE_USB_DEVICE);
419 phy_set_mode(ci->phy, PHY_MODE_USB_HOST);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c531 ret = phy_set_mode(dra7xx->phy[i], PHY_MODE_PCIE);
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c702 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY);
/linux-master/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c669 ret = phy_set_mode(dsi->phy, PHY_MODE_MIPI_DPHY);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c768 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY);
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c1719 ret = phy_set_mode(pcie->phy, PHY_MODE_PCIE);

Completed in 461 milliseconds