Home
last modified time | relevance | path

Searched refs:parent_clks (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/clk/davinci/
H A Dpsc-da850.c94 .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,
H A Dpsc.h92 struct clk_bulk_data *parent_clks; member
H A Dpsc.c529 init_data->parent_clks); in davinci_psc_probe()
/linux-6.15/drivers/tty/serial/
H A Dmvebu-uart.c1325 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe() local
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()
1475 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()
[all …]