Searched refs:of_for_each_phandle (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/bus/ |
H A D | stm32_firewall.c | 43 of_for_each_phandle(&it, err, np, "access-controllers", "#access-controller-cells", 0) { in stm32_firewall_get_firewall()
|
/linux/drivers/iommu/ |
H A D | of_iommu.c | 205 of_for_each_phandle(&it, err, dev->of_node, "memory-region", NULL, 0) { in of_iommu_get_resv_regions()
|
/linux/drivers/pmdomain/apple/ |
H A D | pmgr-pwrstate.c | 264 of_for_each_phandle(&it, ret, node, "power-domains", "#power-domain-cells", -1) { in apple_pmgr_ps_probe()
|
/linux/drivers/of/ |
H A D | irq.c | 732 of_for_each_phandle(&it, err, np, "msi-parent", "#msi-cells", 0) { in of_msi_get_domain()
|
H A D | base.c | 1360 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
|
/linux/ |
H A D | .clang-format | 588 - 'of_for_each_phandle'
|
/linux/drivers/irqchip/ |
H 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/drivers/hwmon/ |
H A D | ibmpowernv.c | 411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group()
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card.c | 371 of_for_each_phandle(&it, rc, node, "dais", NULL, 0) { in __graph_for_each_link()
|
H A D | audio-graph-card2.c | 1320 of_for_each_phandle(&it, rc, node, "links", NULL, 0) { in graph_for_each_link()
|
/linux/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 1011 of_for_each_phandle(&it, rc, node, "clocks", "#clock-cells", -1) { in cpg_mssr_reserved_init()
|
/linux/include/linux/ |
H A D | of.h | 1429 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ macro
|
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 136 of_for_each_phandle(it, err, dev->of_node, "mmu-masters", in __find_legacy_master_phandle()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 102 of_for_each_phandle(&it, err, np, "nvidia,outputs", NULL, 0) in tegra_dc_has_output()
|