Searched refs:parent_clks (Results 1 – 4 of 4) sorted by relevance
87 .parent_clks = da850_psc0_parent_clks,93 .parent_clks = da850_psc0_parent_clks,139 .parent_clks = da850_psc1_parent_clks,145 .parent_clks = da850_psc1_parent_clks,
92 struct clk_bulk_data *parent_clks; member
534 init_data->parent_clks); in davinci_psc_probe()
1327 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe() local1401 parent_clks[i] = devm_clk_get(dev, parent_clk_names[i]); in mvebu_uart_clock_probe()1402 if (IS_ERR(parent_clks[i])) { in mvebu_uart_clock_probe()1403 if (PTR_ERR(parent_clks[i]) == -EPROBE_DEFER) in mvebu_uart_clock_probe()1406 parent_clk_names[i], PTR_ERR(parent_clks[i])); in mvebu_uart_clock_probe()1410 ret = clk_prepare_enable(parent_clks[i]); in mvebu_uart_clock_probe()1416 rate = clk_get_rate(parent_clks[i]); in mvebu_uart_clock_probe()1462 if (i == parent_clk_idx || IS_ERR(parent_clks[i])) in mvebu_uart_clock_probe()1464 clk_disable_unprepare(parent_clks[i]); in mvebu_uart_clock_probe()1465 devm_clk_put(dev, parent_clks[i]); in mvebu_uart_clock_probe()[all …]