Searched refs:for_each_matching_node_and_match (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/scripts/coccinelle/iterators/ |
H 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
|
H 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
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-probe.c | 24 for_each_matching_node_and_match(np, __timer_of_table, &match) { in timer_probe()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | cm_common.c | 319 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap2_cm_base_init() 365 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap_cm_init()
|
H A D | prm_common.c | 700 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init() 749 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
|
H A D | control.c | 707 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 742 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | regulator-quirk-rcar-gen2.c | 157 for_each_matching_node_and_match(np, rcar_gen2_quirk_match, &id) { in rcar_gen2_regulator_quirk()
|
/openbmc/linux/drivers/pmdomain/renesas/ |
H A D | rmobile-sysc.c | 192 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.c | 262 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws() 891 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc() 917 for_each_matching_node_and_match(np, ramc_phy_ids, &of_id) { in at91_dt_ramc()
|
/openbmc/linux/drivers/power/reset/ |
H A D | at91-reset.c | 359 for_each_matching_node_and_match(np, at91_ramc_of_match, &match) { in at91_reset_probe()
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.c | 274 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/openbmc/linux/ |
H A D | .clang-format | 275 - 'for_each_matching_node_and_match'
|
/openbmc/linux/drivers/of/ |
H A D | irq.c | 560 for_each_matching_node_and_match(np, matches, &match) { in of_irq_init()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1425 #define for_each_matching_node_and_match(dn, matches, match) \ 1426 #define for_each_matching_node_and_match( global() macro
|
/openbmc/linux/drivers/clk/ |
H A D | clk.c | 5494 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|