Home
last modified time | relevance | path

Searched refs:fwnode_get_next_child_node (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dproperty.h162 struct fwnode_handle *fwnode_get_next_child_node(
168 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \
169 child = fwnode_get_next_child_node(fwnode, child))
181 fwnode_get_next_child_node(fwnode, NULL); \
182 child; child = fwnode_get_next_child_node(fwnode, child))
/linux/drivers/base/
H A Dproperty.c807 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
823 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
844 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
865 return fwnode_get_next_child_node(dev_fwnode(dev), child); in device_get_next_child_node()
/linux/drivers/mtd/nand/raw/
H A Dtechnologic-nand-controller.c156 child = fwnode_get_next_child_node(dev_fwnode(&pdev->dev), NULL); in ts72xx_nand_probe()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c8016 caps = fwnode_get_next_child_node(capabilities, caps); in tcpm_fw_get_caps()