clk_ptp_ref 791 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c if (priv->plat->clk_ptp_ref) clk_ptp_ref 792 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c clk_disable_unprepare(priv->plat->clk_ptp_ref); clk_ptp_ref 2583 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c ret = clk_prepare_enable(priv->plat->clk_ptp_ref); clk_ptp_ref 2634 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c clk_disable_unprepare(priv->plat->clk_ptp_ref); clk_ptp_ref 4797 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c if (priv->plat->clk_ptp_ref) clk_ptp_ref 4798 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c clk_disable_unprepare(priv->plat->clk_ptp_ref); clk_ptp_ref 4865 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c if (priv->plat->clk_ptp_ref) clk_ptp_ref 4866 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c clk_prepare_enable(priv->plat->clk_ptp_ref); clk_ptp_ref 587 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c plat->clk_ptp_ref = devm_clk_get(&pdev->dev, "ptp_ref"); clk_ptp_ref 588 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c if (IS_ERR(plat->clk_ptp_ref)) { clk_ptp_ref 590 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c plat->clk_ptp_ref = NULL; clk_ptp_ref 593 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c plat->clk_ptp_rate = clk_get_rate(plat->clk_ptp_ref); clk_ptp_ref 169 include/linux/stmmac.h struct clk *clk_ptp_ref;