Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c788 * fwnode_get_next_child_node - Return the next child node handle for a node
797 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
802 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
823 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
851 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node()
856 return fwnode_get_next_child_node(fwnode->secondary, 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/acpi/
H A Dproperty.c1383 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1401 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint()
1403 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1407 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
/linux/rust/kernel/device/
H A Dproperty.rs225 // We will pass `prev` to `fwnode_get_next_child_node`, in children()
241 let next = unsafe { bindings::fwnode_get_next_child_node(self.as_raw(), prev_ptr) }; in children()
246 // - `next` is valid because `fwnode_get_next_child_node` returns a in children()
/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c1858 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7382 caps = fwnode_get_next_child_node(capabilities, caps); in tcpm_fw_get_caps()