Searched refs:dp_phy_set_rate (Results 1 – 2 of 2) sorted by relevance
97 int (*dp_phy_set_rate)(struct rockchip_udphy *udphy, member828 if (opts->dp.set_rate && cfg->dp_phy_set_rate) { in rockchip_dpphy_configure()829 ret = cfg->dp_phy_set_rate(udphy, &opts->dp); in rockchip_dpphy_configure()1297 .dp_phy_set_rate = rk3588_dp_phy_set_rate,
94 int (*dp_phy_set_rate)(struct rockchip_udphy *udphy, member998 if (opts->dp.set_rate && cfg->dp_phy_set_rate) { in rockchip_dp_phy_configure()999 ret = cfg->dp_phy_set_rate(udphy, &opts->dp); in rockchip_dp_phy_configure()1644 .dp_phy_set_rate = rk3588_dp_phy_set_rate,