Home
last modified time | relevance | path

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

/linux/drivers/bus/
H A Dstm32_firewall.c43 of_for_each_phandle(&it, err, np, "access-controllers", "#access-controller-cells", 0) { in stm32_firewall_get_firewall()
/linux/drivers/iommu/
H A Dof_iommu.c205 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 Dpmgr-pwrstate.c264 of_for_each_phandle(&it, ret, node, "power-domains", "#power-domain-cells", -1) { in apple_pmgr_ps_probe()
/linux/drivers/of/
H A Dirq.c732 of_for_each_phandle(&it, err, np, "msi-parent", "#msi-cells", 0) { in of_msi_get_domain()
H A Dbase.c1360 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
/linux/
H A D.clang-format588 - 'of_for_each_phandle'
/linux/drivers/irqchip/
H A 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/drivers/hwmon/
H A Dibmpowernv.c411 of_for_each_phandle(&it, rc, sgrp, "sensors", NULL, 0) in get_sensor_group()
/linux/sound/soc/generic/
H A Daudio-graph-card.c371 of_for_each_phandle(&it, rc, node, "dais", NULL, 0) { in __graph_for_each_link()
H A Daudio-graph-card2.c1320 of_for_each_phandle(&it, rc, node, "links", NULL, 0) { in graph_for_each_link()
/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c1011 of_for_each_phandle(&it, rc, node, "clocks", "#clock-cells", -1) { in cpg_mssr_reserved_init()
/linux/include/linux/
H A Dof.h1429 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ macro
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c136 of_for_each_phandle(it, err, dev->of_node, "mmu-masters", in __find_legacy_master_phandle()
/linux/drivers/gpu/drm/tegra/
H A Ddc.c102 of_for_each_phandle(&it, err, np, "nvidia,outputs", NULL, 0) in tegra_dc_has_output()