Searched refs:pin_xin (Results 1 – 1 of 1) sorted by relevance
185 struct clk *pin_xin; member846 vc5->pin_xin = devm_clk_get(&client->dev, "xin"); in vc5_probe()847 if (PTR_ERR(vc5->pin_xin) == -EPROBE_DEFER) in vc5_probe()863 if (!IS_ERR(vc5->pin_xin)) { in vc5_probe()865 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()867 vc5->pin_xin = clk_register_fixed_rate(&client->dev, in vc5_probe()870 if (IS_ERR(vc5->pin_xin)) in vc5_probe()871 return PTR_ERR(vc5->pin_xin); in vc5_probe()873 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()1028 clk_unregister_fixed_rate(vc5->pin_xin); in vc5_probe()[all …]