phy_24m 29 drivers/phy/rockchip/phy-rockchip-dp.c struct clk *phy_24m; phy_24m 46 drivers/phy/rockchip/phy-rockchip-dp.c ret = clk_prepare_enable(dp->phy_24m); phy_24m 48 drivers/phy/rockchip/phy-rockchip-dp.c clk_disable_unprepare(dp->phy_24m); phy_24m 95 drivers/phy/rockchip/phy-rockchip-dp.c dp->phy_24m = devm_clk_get(dev, "24m"); phy_24m 96 drivers/phy/rockchip/phy-rockchip-dp.c if (IS_ERR(dp->phy_24m)) { phy_24m 98 drivers/phy/rockchip/phy-rockchip-dp.c return PTR_ERR(dp->phy_24m); phy_24m 101 drivers/phy/rockchip/phy-rockchip-dp.c ret = clk_set_rate(dp->phy_24m, 24000000);