Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c721 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
726 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
744 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
771 next = fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node()
777 next = fwnode_get_next_child_node(fwnode->secondary, child); in device_get_next_child_node()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h94 struct fwnode_handle *fwnode_get_next_child_node(
100 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \
101 child = fwnode_get_next_child_node(fwnode, child))
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c1165 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1183 endpoint = fwnode_get_next_child_node(port, prev); in acpi_graph_get_next_endpoint()
1185 port = fwnode_get_next_child_node(fwnode, port); in acpi_graph_get_next_endpoint()
1189 endpoint = fwnode_get_next_child_node(port, NULL); in acpi_graph_get_next_endpoint()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo559 fwnode_get_next_child_node
H A Dabi_gki_aarch64_qcom930 fwnode_get_next_child_node
H A Dabi_gki_aarch64_oplus1018 fwnode_get_next_child_node
H A Dabi_gki_aarch64_galaxy1938 fwnode_get_next_child_node
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c1857 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()