Searched refs:for_each_matching_node_and_match (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 23 for_each_matching_node_and_match, for_each_child_of_node, 40 for_each_matching_node_and_match(n,e1,e2) S
|
/Linux-v4.19/drivers/clocksource/ |
D | timer-probe.c | 35 for_each_matching_node_and_match(np, __timer_of_table, &match) { in timer_probe()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | cm_common.c | 335 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap2_cm_base_init() 379 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap_cm_init()
|
D | prm_common.c | 753 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init() 800 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
|
D | control.c | 776 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 809 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/Linux-v4.19/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-v4.19/arch/arm/mach-at91/ |
D | pm.c | 136 for_each_matching_node_and_match(np, sama5d2_ws_ids, &match) { in at91_pm_config_ws() 482 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc()
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 213 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/Linux-v4.19/ |
D | .clang-format | 154 - 'for_each_matching_node_and_match'
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk.c | 266 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/Linux-v4.19/drivers/of/ |
D | irq.c | 490 for_each_matching_node_and_match(np, matches, &match) { in of_irq_init()
|
/Linux-v4.19/include/linux/ |
D | of.h | 1209 #define for_each_matching_node_and_match(dn, matches, match) \ macro
|
/Linux-v4.19/drivers/clk/ |
D | clk.c | 4126 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|