Lines Matching defs:name
81 const char *name, const char *parent_name,
109 init.name = name;
141 * @name: name of this clock
151 const char *name, unsigned int index, unsigned long flags,
154 return __clk_hw_register_fixed_factor(dev, NULL, name, NULL, NULL, index,
163 * @name: name of this clock
173 const char *name, const struct clk_hw *parent_hw,
176 return __clk_hw_register_fixed_factor(dev, NULL, name, NULL, parent_hw,
182 const char *name, const struct clk_hw *parent_hw,
185 return __clk_hw_register_fixed_factor(dev, NULL, name, NULL,
192 const char *name, const char *parent_name, unsigned long flags,
195 return __clk_hw_register_fixed_factor(dev, NULL, name, parent_name, NULL, -1,
200 struct clk *clk_register_fixed_factor(struct device *dev, const char *name,
206 hw = clk_hw_register_fixed_factor(dev, name, parent_name, flags, mult,
239 const char *name, const char *parent_name, unsigned long flags,
242 return __clk_hw_register_fixed_factor(dev, NULL, name, parent_name, NULL, -1,
251 const char *clk_name = node->name;
333 .name = "of_fixed_factor_clk",