Lines Matching defs:num_clks
15 static int __must_check of_clk_bulk_get(struct device_node *np, int num_clks, in of_clk_bulk_get()
50 int num_clks; in of_clk_bulk_get_all() local
72 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put()
81 static int __clk_bulk_get(struct device *dev, int num_clks, in __clk_bulk_get()
114 int __must_check clk_bulk_get(struct device *dev, int num_clks, in clk_bulk_get()
121 int __must_check clk_bulk_get_optional(struct device *dev, int num_clks, in clk_bulk_get_optional()
128 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put_all()
161 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_unprepare()
176 int __must_check clk_bulk_prepare(int num_clks, in clk_bulk_prepare()
211 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_disable()
227 int __must_check clk_bulk_enable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_enable()