Lines Matching refs:parent_clks
1332 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe() local
1406 parent_clks[i] = devm_clk_get(dev, parent_clk_names[i]); in mvebu_uart_clock_probe()
1407 if (IS_ERR(parent_clks[i])) { in mvebu_uart_clock_probe()
1408 if (PTR_ERR(parent_clks[i]) == -EPROBE_DEFER) in mvebu_uart_clock_probe()
1411 parent_clk_names[i], PTR_ERR(parent_clks[i])); in mvebu_uart_clock_probe()
1415 ret = clk_prepare_enable(parent_clks[i]); in mvebu_uart_clock_probe()
1421 rate = clk_get_rate(parent_clks[i]); in mvebu_uart_clock_probe()
1467 if (i == parent_clk_idx || IS_ERR(parent_clks[i])) in mvebu_uart_clock_probe()
1469 clk_disable_unprepare(parent_clks[i]); in mvebu_uart_clock_probe()
1470 devm_clk_put(dev, parent_clks[i]); in mvebu_uart_clock_probe()
1482 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()
1488 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()