Lines Matching full:pipe_clk
538 struct clk *pipe_clk; member
836 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_power_on()
838 dev_err(qmp->dev, "pipe_clk enable failed err=%d\n", ret); in qmp_usb_legacy_power_on()
870 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_on()
880 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_off()
998 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_runtime_suspend()
1021 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_runtime_resume()
1023 dev_err(dev, "pipe_clk enable failed, err=%d\n", ret); in qmp_usb_legacy_runtime_resume()
1113 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+
1199 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_legacy_parse_dt_legacy()
1200 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt_legacy()
1201 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt_legacy()
1229 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_legacy_parse_dt()
1230 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt()
1231 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt()