Searched refs:of_for_each_phandle (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/iommu/ |
A D | of_iommu.c | 216 of_for_each_phandle(&it, err, dev->of_node, "memory-region", NULL, 0) { in of_iommu_get_resv_regions()
|
/linux-6.3-rc2/drivers/soc/apple/ |
A D | apple-pmgr-pwrstate.c | 264 of_for_each_phandle(&it, ret, node, "power-domains", "#power-domain-cells", -1) { in apple_pmgr_ps_probe()
|
/linux-6.3-rc2/ |
A D | .clang-format | 519 - 'of_for_each_phandle'
|
/linux-6.3-rc2/drivers/irqchip/ |
A 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.3-rc2/drivers/hwmon/ |
A D | ibmpowernv.c | 411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group()
|
/linux-6.3-rc2/sound/soc/generic/ |
A D | audio-graph-card.c | 449 of_for_each_phandle(&it, rc, node, "dais", NULL, 0) { in __graph_for_each_link()
|
A D | audio-graph-card2.c | 1190 of_for_each_phandle(&it, rc, node, "links", NULL, 0) { in graph_for_each_link()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 1373 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ macro
|
/linux-6.3-rc2/net/dsa/ |
A D | dsa.c | 323 of_for_each_phandle(&it, err, dn, "link", NULL, 0) { in dsa_port_setup_routing_table()
|
/linux-6.3-rc2/drivers/of/ |
A D | base.c | 1436 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu/ |
A D | arm-smmu.c | 120 of_for_each_phandle(it, err, dev->of_node, "mmu-masters", in __find_legacy_master_phandle()
|
/linux-6.3-rc2/drivers/base/power/ |
A D | domain.c | 2964 of_for_each_phandle(&it, ret, dn, "domain-idle-states", NULL, 0) { in genpd_iterate_idle_states()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | dc.c | 101 of_for_each_phandle(&it, err, np, "nvidia,outputs", NULL, 0) in tegra_dc_has_output()
|
Completed in 36 milliseconds