Searched refs:for_each_matching_node_and_match (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 20 for_each_matching_node_and_match, for_each_child_of_node, 37 for_each_matching_node_and_match(n,e1,e2) S
|
/linux-4.4.14/drivers/clocksource/ |
D | clksrc-probe.c | 34 for_each_matching_node_and_match(np, __clksrc_of_table, &match) { in clocksource_probe()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | cm_common.c | 320 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap2_cm_base_init() 358 for_each_matching_node_and_match(np, omap_cm_dt_match_table, &match) { in omap_cm_init()
|
D | prm_common.c | 754 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init() 799 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
|
D | control.c | 676 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 703 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/linux-4.4.14/drivers/iommu/ |
D | of_iommu.c | 181 for_each_matching_node_and_match(np, matches, &match) { in of_iommu_init()
|
/linux-4.4.14/arch/arm/mach-at91/ |
D | pm.c | 334 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc()
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 228 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk.c | 302 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/linux-4.4.14/include/linux/ |
D | of.h | 895 #define for_each_matching_node_and_match(dn, matches, match) \ macro
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-sunxi.c | 1145 for_each_matching_node_and_match(np, clk_match, &match) { in of_sunxi_table_clock_setup()
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 3197 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|