Searched refs:parent_clks (Results 1 – 5 of 5) sorted by relevance
94 .parent_clks = da850_psc0_parent_clks,100 .parent_clks = da850_psc0_parent_clks,146 .parent_clks = da850_psc1_parent_clks,152 .parent_clks = da850_psc1_parent_clks,
54 .parent_clks = da830_psc0_parent_clks,115 .parent_clks = da830_psc1_parent_clks,
92 struct clk_bulk_data *parent_clks; member
537 init_data->parent_clks); in davinci_psc_probe()
1325 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe() local1399 parent_clks[i] = devm_clk_get(dev, parent_clk_names[i]); in mvebu_uart_clock_probe()1400 if (IS_ERR(parent_clks[i])) { in mvebu_uart_clock_probe()1401 if (PTR_ERR(parent_clks[i]) == -EPROBE_DEFER) in mvebu_uart_clock_probe()1404 parent_clk_names[i], PTR_ERR(parent_clks[i])); in mvebu_uart_clock_probe()1408 ret = clk_prepare_enable(parent_clks[i]); in mvebu_uart_clock_probe()1414 rate = clk_get_rate(parent_clks[i]); in mvebu_uart_clock_probe()1460 if (i == parent_clk_idx || IS_ERR(parent_clks[i])) in mvebu_uart_clock_probe()1462 clk_disable_unprepare(parent_clks[i]); in mvebu_uart_clock_probe()1463 devm_clk_put(dev, parent_clks[i]); in mvebu_uart_clock_probe()[all …]