Lines Matching refs:parent
254 * @parent: LED controller device this LED is driven by
262 int led_classdev_register_ext(struct device *parent,
268 * @parent: LED controller device this LED is driven by
276 static inline int led_classdev_register(struct device *parent,
279 return led_classdev_register_ext(parent, led_cdev, NULL);
283 int devm_led_classdev_register_ext(struct device *parent,
288 devm_led_classdev_register_ext(struct device *parent,
296 static inline int devm_led_classdev_register(struct device *parent,
299 return devm_led_classdev_register_ext(parent, led_cdev, NULL);
302 void devm_led_classdev_unregister(struct device *parent,