Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/
Dclk-versaclock5.c189 struct clk *pin_xin; member
867 vc5->pin_xin = devm_clk_get(&client->dev, "xin"); in vc5_probe()
868 if (PTR_ERR(vc5->pin_xin) == -EPROBE_DEFER) in vc5_probe()
884 if (!IS_ERR(vc5->pin_xin)) { in vc5_probe()
886 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()
888 vc5->pin_xin = clk_register_fixed_rate(&client->dev, in vc5_probe()
891 if (IS_ERR(vc5->pin_xin)) in vc5_probe()
892 return PTR_ERR(vc5->pin_xin); in vc5_probe()
894 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()
1049 clk_unregister_fixed_rate(vc5->pin_xin); in vc5_probe()
[all …]