Lines Matching defs:phy
10 #include <linux/phy/phy.h>75 struct phy *phy;320 return phy_power_on(hdmi->phy);327 phy_power_off(hdmi->phy);539 hdmi->phy = devm_phy_optional_get(dev, "hdmi");540 if (IS_ERR(hdmi->phy)) {541 ret = PTR_ERR(hdmi->phy);543 DRM_DEV_ERROR(hdmi->dev, "failed to get phy\n");