* @get_name: Return the name of an fwnode. * @get_name_prefix: Get a prefix for a node (for printing purposes). * @get_parent: Return the parent of an fwnode. * @get_next_child_node: Return the next child node in an iteration. * @get_named_child_node: Return a child n...
*devm_fwnode_get_index_gpiod_from_child(struct device *dev, snprintf(prop_name, sizeof(prop_name), "%s", gpio_suffixes[i]); - desc = fwnode_get_named_gpiod(child, prop_name, index, flags, + desc = fwnode_get_named_gpiod(fwnode, prop_name, index, flags, label); if (!IS_ERR...
The hardware corresponding to fwnode has been initialized.* NEEDS_CHILD_BOUND_ON_ADD: For this fwnode/device to probe successfully, its* driver needs its child devices to be bound with* their respective drivers as soon as they are* added.* BEST_EFFORT: The fwnode/device needs to probe early...