Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/
Dof_iommu.c222 of_for_each_phandle(&it, err, dev->of_node, "memory-region", NULL, 0) { in of_iommu_get_resv_regions()
/linux-6.6.21/drivers/pmdomain/apple/
Dpmgr-pwrstate.c264 of_for_each_phandle(&it, ret, node, "power-domains", "#power-domain-cells", -1) { in apple_pmgr_ps_probe()
/linux-6.6.21/
D.clang-format520 - 'of_for_each_phandle'
/linux-6.6.21/sound/soc/generic/
Daudio-graph-card.c344 of_for_each_phandle(&it, rc, node, "dais", NULL, 0) { in __graph_for_each_link()
Daudio-graph-card2.c1114 of_for_each_phandle(&it, rc, node, "links", NULL, 0) { in graph_for_each_link()
/linux-6.6.21/drivers/irqchip/
Dirq-ti-sci-inta.c630 of_for_each_phandle(&it, err, node, "ti,unmapped-event-sources", NULL, 0) { in ti_sci_inta_get_unmapped_sources()
/linux-6.6.21/drivers/hwmon/
Dibmpowernv.c411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group()
/linux-6.6.21/include/linux/
Dof.h1394 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ macro
/linux-6.6.21/drivers/of/
Dbase.c1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
/linux-6.6.21/net/dsa/
Ddsa.c324 of_for_each_phandle(&it, err, dn, "link", NULL, 0) { in dsa_port_setup_routing_table()
/linux-6.6.21/drivers/iommu/arm/arm-smmu/
Darm-smmu.c119 of_for_each_phandle(it, err, dev->of_node, "mmu-masters", in __find_legacy_master_phandle()
/linux-6.6.21/drivers/base/power/
Ddomain.c2967 of_for_each_phandle(&it, ret, dn, "domain-idle-states", NULL, 0) { in genpd_iterate_idle_states()
/linux-6.6.21/drivers/gpu/drm/tegra/
Ddc.c102 of_for_each_phandle(&it, err, np, "nvidia,outputs", NULL, 0) in tegra_dc_has_output()