Lines Matching refs:parent_clks
1361 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe() local
1435 parent_clks[i] = devm_clk_get(dev, parent_clk_names[i]); in mvebu_uart_clock_probe()
1436 if (IS_ERR(parent_clks[i])) { in mvebu_uart_clock_probe()
1437 if (PTR_ERR(parent_clks[i]) == -EPROBE_DEFER) in mvebu_uart_clock_probe()
1440 parent_clk_names[i], PTR_ERR(parent_clks[i])); in mvebu_uart_clock_probe()
1444 ret = clk_prepare_enable(parent_clks[i]); in mvebu_uart_clock_probe()
1450 rate = clk_get_rate(parent_clks[i]); in mvebu_uart_clock_probe()
1496 if (i == parent_clk_idx || IS_ERR(parent_clks[i])) in mvebu_uart_clock_probe()
1498 clk_disable_unprepare(parent_clks[i]); in mvebu_uart_clock_probe()
1499 devm_clk_put(dev, parent_clks[i]); in mvebu_uart_clock_probe()
1511 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()
1517 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()