Lines Matching refs:child
387 struct device_node *child; in netxbig_leds_get_of_pdata() local
452 for_each_child_of_node(np, child) { in netxbig_leds_get_of_pdata()
457 ret = of_property_read_u32(child, "mode-addr", in netxbig_leds_get_of_pdata()
462 ret = of_property_read_u32(child, "bright-addr", in netxbig_leds_get_of_pdata()
467 ret = of_property_read_u32(child, "max-brightness", in netxbig_leds_get_of_pdata()
484 ret = of_property_count_u32_elems(child, "mode-val"); in netxbig_leds_get_of_pdata()
499 of_property_read_u32_index(child, in netxbig_leds_get_of_pdata()
501 of_property_read_u32_index(child, in netxbig_leds_get_of_pdata()
511 if (!of_property_read_string(child, "label", &string)) in netxbig_leds_get_of_pdata()
514 led->name = child->name; in netxbig_leds_get_of_pdata()
516 if (!of_property_read_string(child, in netxbig_leds_get_of_pdata()
529 of_node_put(child); in netxbig_leds_get_of_pdata()