Lines Matching defs:child
175 const struct device_node *child,
181 if (of_property_read_string(child, "label", &cdev->name))
182 cdev->name = child->name;
184 ret = of_property_read_string(child, "linux,default-trigger",
190 ret = of_property_read_u32(child, "led-max-microamp",
205 struct device_node *np = dev_of_node(dev), *child;
233 for_each_available_child_of_node(np, child) {
237 ret = of_property_read_u32(child, "reg", ®);
257 ret = is31fl319x_parse_child_dt(dev, child, led);
275 of_node_put(child);