Searched refs:pin_xin (Results 1 – 1 of 1) sorted by relevance
161 struct clk *pin_xin; member719 vc5->pin_xin = devm_clk_get(&client->dev, "xin"); in vc5_probe()720 if (PTR_ERR(vc5->pin_xin) == -EPROBE_DEFER) in vc5_probe()736 if (!IS_ERR(vc5->pin_xin)) { in vc5_probe()738 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()740 vc5->pin_xin = clk_register_fixed_rate(&client->dev, in vc5_probe()743 if (IS_ERR(vc5->pin_xin)) in vc5_probe()744 return PTR_ERR(vc5->pin_xin); in vc5_probe()746 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()895 clk_unregister_fixed_rate(vc5->pin_xin); in vc5_probe()[all …]