Searched refs:for_each_matching_node_and_match (Results 1 – 15 of 15) sorted by relevance
/linux/scripts/coccinelle/iterators/ |
A 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
|
A D | for_each_child.cocci | 21 for_each_matching_node_and_match, for_each_child_of_node, 38 for_each_matching_node_and_match(n,e1,e2) S
|
/linux/arch/arm/mach-omap2/ |
A D | cm_common.c | 319 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap2_cm_base_init() 363 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap_cm_init()
|
A 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()
|
A D | control.c | 768 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 801 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/linux/drivers/clocksource/ |
A D | timer-probe.c | 24 for_each_matching_node_and_match(np, __timer_of_table, &match) { in timer_probe()
|
/linux/arch/arm/mach-shmobile/ |
A 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/drivers/power/reset/ |
A D | at91-reset.c | 203 for_each_matching_node_and_match(np, at91_ramc_of_match, &match) { in at91_reset_probe()
|
/linux/arch/arm/mach-at91/ |
A D | pm.c | 207 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws() 643 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc() 668 for_each_matching_node_and_match(np, ramc_phy_ids, &of_id) { in at91_dt_ramc()
|
/linux/drivers/soc/renesas/ |
A D | rmobile-sysc.c | 203 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/linux/drivers/clk/samsung/ |
A D | clk.c | 263 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/linux/ |
A D | .clang-format | 207 - 'for_each_matching_node_and_match'
|
/linux/drivers/of/ |
A D | irq.c | 532 for_each_matching_node_and_match(np, matches, &match) { in of_irq_init()
|
/linux/include/linux/ |
A D | of.h | 1297 #define for_each_matching_node_and_match(dn, matches, match) \ macro
|
/linux/drivers/clk/ |
A D | clk.c | 5113 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|
Completed in 62 milliseconds