Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/iterators/
H A Ddevice_node_continue.cocci25 for_each_available_child_of_node, for_each_node_with_property;
47 for_each_node_with_property(n,e1) S
H A 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/arch/powerpc/platforms/44x/
H A Diss4xx.c54 for_each_node_with_property(np, "interrupt-controller") { in iss4xx_init_irq()
H A Dppc476.c125 for_each_node_with_property(np, "interrupt-controller") { in ppc47x_init_irq()
/linux/arch/powerpc/platforms/pseries/
H A Ddlpar.c352 for_each_node_with_property(np, "ibm,my-drc-index") { in get_device_node_with_drc_index()
379 for_each_node_with_property(np, "ibm,drc-info") { in get_device_node_with_drc_info()
486 for_each_node_with_property(np, "ibm,my-drc-index") { in dlpar_hp_dt_remove()
H A Diommu.c1109 for_each_node_with_property(pdn, name) { in find_existing_ddw_windows_named()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-xscom.c202 for_each_node_with_property(dn, "scom-controller") { in scom_debug_init()
/linux/drivers/mailbox/
H A Dqcom-ipcc.c221 for_each_node_with_property(client_dn, "mboxes") { in qcom_ipcc_setup_mbox()
/linux/arch/powerpc/platforms/powermac/
H A Dpic.c541 for_each_node_with_property(np, "interrupt-controller") { in pmac_pic_init()
/linux/
H A D.clang-format356 - 'for_each_node_with_property'
/linux/drivers/iommu/
H A Dfsl_pamu.c465 for_each_node_with_property(node, "fsl,liodn") { in setup_liodns()
/linux/drivers/iio/adc/
H A Dad9467.c959 for_each_node_with_property(__back, "adi,adc-dev") { in ad9467_iio_backend_get()
/linux/include/linux/
H A Dof.h1497 #define for_each_node_with_property(dn, prop_name) \ macro