Searched refs:of_for_each_phandle (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/iommu/ |
D | of_iommu.c | 222 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/ |
D | pmgr-pwrstate.c | 264 of_for_each_phandle(&it, ret, node, "power-domains", "#power-domain-cells", -1) { in apple_pmgr_ps_probe()
|
/linux-6.6.21/ |
D | .clang-format | 520 - 'of_for_each_phandle'
|
/linux-6.6.21/sound/soc/generic/ |
D | audio-graph-card.c | 344 of_for_each_phandle(&it, rc, node, "dais", NULL, 0) { in __graph_for_each_link()
|
D | audio-graph-card2.c | 1114 of_for_each_phandle(&it, rc, node, "links", NULL, 0) { in graph_for_each_link()
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-ti-sci-inta.c | 630 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/ |
D | ibmpowernv.c | 411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group()
|
/linux-6.6.21/include/linux/ |
D | of.h | 1394 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ macro
|
/linux-6.6.21/drivers/of/ |
D | base.c | 1254 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/ |
D | dsa.c | 324 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/ |
D | arm-smmu.c | 119 of_for_each_phandle(it, err, dev->of_node, "mmu-masters", in __find_legacy_master_phandle()
|
/linux-6.6.21/drivers/base/power/ |
D | domain.c | 2967 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/ |
D | dc.c | 102 of_for_each_phandle(&it, err, np, "nvidia,outputs", NULL, 0) in tegra_dc_has_output()
|