Lines Matching defs:child
547 struct fwnode_handle *child = NULL;
577 device_for_each_child_node(priv->dev, child) {
579 .fwnode = child,
586 ret = fwnode_property_read_u32(child, "reg", &control_bank);
589 fwnode_handle_put(child);
600 ret = fwnode_property_read_u32(child, "ti,led-mode",
604 fwnode_handle_put(child);
608 if (fwnode_property_present(child, "led-max-microamp") &&
609 fwnode_property_read_u32(child, "led-max-microamp",
628 led->num_leds = fwnode_property_count_u32(child, "led-sources");
634 ret = fwnode_property_read_u32_array(child, "led-sources",
639 fwnode_handle_put(child);
650 fwnode_handle_put(child);
658 fwnode_handle_put(child);