Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c804 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
831 return fwnode_get_next_child_node(parent->secondary, NULL); in fwnode_get_next_child_node()
833 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
854 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
875 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.c8393 caps = fwnode_get_next_child_node(capabilities, caps); in tcpm_fw_get_caps()