Lines Matching full:clk_out
117 /* Maximum number of clk_out supported by this driver */
169 struct vc5_hw_data clk_out[VC5_MAX_CLK_OUT_NUM]; member
682 return &vc5->clk_out[idx].hw; in vc5_of_clk_get()
848 vc5->clk_out[0].num = idx; in vc5_probe()
849 vc5->clk_out[0].vc5 = vc5; in vc5_probe()
850 vc5->clk_out[0].hw.init = &init; in vc5_probe()
851 ret = devm_clk_hw_register(&client->dev, &vc5->clk_out[0].hw); in vc5_probe()
873 vc5->clk_out[n].num = idx; in vc5_probe()
874 vc5->clk_out[n].vc5 = vc5; in vc5_probe()
875 vc5->clk_out[n].hw.init = &init; in vc5_probe()
877 &vc5->clk_out[n].hw); in vc5_probe()