Searched refs:for_each_matching_node_and_match (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 24 for_each_matching_node_and_match, for_each_child_of_node, 41 for_each_matching_node_and_match(n,e1,e2) S
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-probe.c | 24 for_each_matching_node_and_match(np, __timer_of_table, &match) { in timer_probe()
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | cm_common.c | 332 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap2_cm_base_init() 376 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap_cm_init()
|
D | prm_common.c | 751 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init() 798 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
|
D | control.c | 773 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 806 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/Linux-v5.4/drivers/soc/samsung/ |
D | pm_domains.c | 109 for_each_matching_node_and_match(np, exynos_pm_domain_of_match, &match) { in exynos4_pm_init_power_domain()
|
/Linux-v5.4/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 156 for_each_matching_node_and_match(np, rcar_gen2_quirk_match, &id) { in rcar_gen2_regulator_quirk()
|
/Linux-v5.4/arch/arm/mach-at91/ |
D | pm.c | 153 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws() 527 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc()
|
/Linux-v5.4/drivers/soc/renesas/ |
D | rmobile-sysc.c | 205 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/Linux-v5.4/drivers/clk/samsung/ |
D | clk.c | 264 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/Linux-v5.4/ |
D | .clang-format | 192 - 'for_each_matching_node_and_match'
|
/Linux-v5.4/drivers/of/ |
D | irq.c | 489 for_each_matching_node_and_match(np, matches, &match) { in of_irq_init()
|
/Linux-v5.4/include/linux/ |
D | of.h | 1240 #define for_each_matching_node_and_match(dn, matches, match) \ macro
|
/Linux-v5.4/drivers/clk/ |
D | clk.c | 4785 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|