Searched refs:pin_xin (Results 1 – 1 of 1) sorted by relevance
189 struct clk *pin_xin; member925 vc5->pin_xin = devm_clk_get(&client->dev, "xin"); in vc5_probe()926 if (PTR_ERR(vc5->pin_xin) == -EPROBE_DEFER) in vc5_probe()964 if (!IS_ERR(vc5->pin_xin)) { in vc5_probe()966 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()968 vc5->pin_xin = clk_register_fixed_rate(&client->dev, in vc5_probe()971 if (IS_ERR(vc5->pin_xin)) in vc5_probe()972 return PTR_ERR(vc5->pin_xin); in vc5_probe()974 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe()1137 clk_unregister_fixed_rate(vc5->pin_xin); in vc5_probe()[all …]