Lines Matching defs:dphy
27 #include <linux/phy/phy-mipi-dphy.h>
465 struct phy *dphy;
625 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts);
727 phy_init(dsi->dphy);
728 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY);
729 phy_configure(dsi->dphy, &output->phy_opts);
730 phy_power_on(dsi->dphy);
1208 dsi->dphy = devm_phy_get(&pdev->dev, "dphy");
1209 if (IS_ERR(dsi->dphy))
1210 return PTR_ERR(dsi->dphy);