Lines Matching refs:led_node
114 struct fwnode_handle *led_node;
547 tps6131x->led_node = fwnode_get_next_available_child_node(dev->fwnode, NULL);
548 if (!tps6131x->led_node) {
553 num_channels = fwnode_property_count_u32(tps6131x->led_node, "led-sources");
565 ret = fwnode_property_read_u32_array(tps6131x->led_node, "led-sources", channels,
606 ret = fwnode_property_read_u32(tps6131x->led_node, "led-max-microamp", ¤t_ua);
622 ret = fwnode_property_read_u32(tps6131x->led_node, "flash-max-microamp", ¤t_ua);
638 ret = fwnode_property_read_u32(tps6131x->led_node, "flash-max-timeout-us", &timeout_us);
682 init_data.fwnode = tps6131x->led_node;
728 tps6131x->v4l2_flash = v4l2_flash_init(tps6131x->dev, tps6131x->led_node,