Lines Matching refs:rockchip_edp_phy
69 struct rockchip_edp_phy { struct
91 static void rockchip_edp_phy_set_voltage(struct rockchip_edp_phy *edpphy, in rockchip_edp_phy_set_voltage() argument
149 static int rockchip_edp_phy_set_voltages(struct rockchip_edp_phy *edpphy, in rockchip_edp_phy_set_voltages()
161 static int rockchip_edp_phy_set_rate(struct rockchip_edp_phy *edpphy, in rockchip_edp_phy_set_rate()
242 static int rockchip_edp_phy_verify_config(struct rockchip_edp_phy *edpphy, in rockchip_edp_phy_verify_config()
295 struct rockchip_edp_phy *edpphy = dev_get_priv(phy->dev); in rockchip_edp_phy_configure()
327 struct rockchip_edp_phy *edpphy = dev_get_priv(phy->dev); in rockchip_edp_phy_power_on()
367 struct rockchip_edp_phy *edpphy = dev_get_priv(phy->dev); in rockchip_edp_phy_power_off()
395 struct rockchip_edp_phy *edpphy = dev_get_priv(dev); in rockchip_edp_phy_probe()
418 U_BOOT_DRIVER(rockchip_edp_phy) = {
424 .priv_auto_alloc_size = sizeof(struct rockchip_edp_phy),