Home
last modified time | relevance | path

Searched refs:for_each_node_with_property (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci25 for_each_available_child_of_node, for_each_node_with_property;
47 for_each_node_with_property(n,e1) S
Dfor_each_child.cocci22 for_each_available_child_of_node, for_each_node_with_property;
44 for_each_node_with_property(n,e1) S
/linux-6.1.9/arch/powerpc/platforms/44x/
Diss4xx.c54 for_each_node_with_property(np, "interrupt-controller") { in iss4xx_init_irq()
Dppc476.c124 for_each_node_with_property(np, "interrupt-controller") { in ppc47x_init_irq()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dopal-xscom.c197 for_each_node_with_property(dn, "scom-controller") { in scom_debug_init()
/linux-6.1.9/drivers/mailbox/
Dqcom-ipcc.c221 for_each_node_with_property(client_dn, "mboxes") { in qcom_ipcc_setup_mbox()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dpic.c542 for_each_node_with_property(np, "interrupt-controller") { in pmac_pic_init()
/linux-6.1.9/
D.clang-format307 - 'for_each_node_with_property'
/linux-6.1.9/drivers/iommu/
Dfsl_pamu.c464 for_each_node_with_property(node, "fsl,liodn") { in setup_liodns()
/linux-6.1.9/arch/powerpc/kexec/
Dfile_load_64.c1068 for_each_node_with_property(dn, dmapropname) { in update_pci_dma_nodes()
/linux-6.1.9/include/linux/
Dof.h1367 #define for_each_node_with_property(dn, prop_name) \ macro
/linux-6.1.9/arch/powerpc/platforms/pseries/
Diommu.c942 for_each_node_with_property(pdn, name) { in find_existing_ddw_windows_named()