Searched refs:for_each_matching_node_and_match (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/clocksource/ |
D | clksrc-of.c | 33 for_each_matching_node_and_match(np, __clksrc_of_table, &match) { in clocksource_of_init()
|
/linux-4.1.27/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 | 753 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 | 672 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap2_control_base_init() 699 for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { in omap_control_init()
|
/linux-4.1.27/drivers/iommu/ |
D | of_iommu.c | 179 for_each_matching_node_and_match(np, matches, &match) { in of_iommu_init()
|
/linux-4.1.27/arch/arm/mach-at91/ |
D | pm.c | 329 for_each_matching_node_and_match(np, ramc_ids, &of_id) { in at91_dt_ramc()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 288 for_each_matching_node_and_match(np, special_ids, &id) in get_special_pds()
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk.c | 297 for_each_matching_node_and_match(clk_np, clk_matches, &match) { in samsung_clk_of_register_fixed_ext()
|
/linux-4.1.27/include/linux/ |
D | of.h | 889 #define for_each_matching_node_and_match(dn, matches, match) \ macro
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sunxi.c | 1319 for_each_matching_node_and_match(np, clk_match, &match) { in of_sunxi_table_clock_setup()
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 3135 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init()
|