Searched refs:txesc_clk (Results 1 – 1 of 1) sorted by relevance
191 struct clk *txesc_clk; member325 ret = clk_prepare_enable(dphy->txesc_clk); in stf_dphy_init()351 clk_disable_unprepare(dphy->txesc_clk); in stf_dphy_exit()414 dphy->txesc_clk = devm_clk_get(&pdev->dev, "txesc"); in stf_dphy_probe()415 if (IS_ERR(dphy->txesc_clk)) in stf_dphy_probe()416 return dev_err_probe(&pdev->dev, PTR_ERR(dphy->txesc_clk), in stf_dphy_probe()