Lines Matching full:pipe_clk
664 * @pipe_clk: pipe lock
675 struct clk *pipe_clk; member
1108 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_init()
1110 dev_err(qmp->dev, "pipe_clk enable failed err=%d\n", ret); in qcom_qmp_phy_init()
1159 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_init()
1175 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_exit()
1274 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend()
1304 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume()
1306 dev_err(dev, "pipe_clk enable failed, err=%d\n", ret); in qcom_qmp_phy_runtime_resume()
1387 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+
1471 qphy->pipe_clk = of_clk_get_by_name(np, prop_name); in qcom_qmp_phy_create()
1472 if (IS_ERR(qphy->pipe_clk)) { in qcom_qmp_phy_create()
1475 ret = PTR_ERR(qphy->pipe_clk); in qcom_qmp_phy_create()
1478 "failed to get lane%d pipe_clk, %d\n", in qcom_qmp_phy_create()
1482 qphy->pipe_clk = NULL; in qcom_qmp_phy_create()