Lines Matching full:pipe_clk
559 struct clk *pipe_clk; member
867 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_power_on()
869 dev_err(qmp->dev, "pipe_clk enable failed err=%d\n", ret); in qmp_usb_legacy_power_on()
903 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_on()
913 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_off()
1031 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_runtime_suspend()
1054 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_runtime_resume()
1056 dev_err(dev, "pipe_clk enable failed, err=%d\n", ret); in qmp_usb_legacy_runtime_resume()
1146 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+
1253 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_legacy_parse_dt_legacy()
1254 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt_legacy()
1255 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt_legacy()
1283 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_legacy_parse_dt()
1284 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt()
1285 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt()