/linux-3.3/arch/arm/mach-picoxcell/ |
D | time.c | 85 sched_timer = of_find_matching_node(NULL, picoxcell_rtc_ids); in picoxcell_init_sched_clock() 104 event_timer = of_find_matching_node(NULL, picoxcell_timer_ids); in picoxcell_timer_init() 109 source_timer = of_find_matching_node(event_timer, picoxcell_timer_ids); in picoxcell_timer_init()
|
/linux-3.3/arch/powerpc/platforms/52xx/ |
D | mpc52xx_common.c | 62 np = of_find_matching_node(NULL, mpc52xx_xlb_ids); in mpc5200_setup_xlb_arbiter() 155 np = of_find_matching_node(NULL, mpc52xx_cdm_ids); in mpc52xx_map_common_devices() 160 np = of_find_matching_node(NULL, mpc52xx_gpio_simple); in mpc52xx_map_common_devices() 165 np = of_find_matching_node(NULL, mpc52xx_gpio_wkup); in mpc52xx_map_common_devices()
|
D | lite5200.c | 62 np = of_find_matching_node(NULL, mpc5200_cdm_ids); in lite5200_fix_clock_config() 97 np = of_find_matching_node(NULL, mpc5200_gpio_ids); in lite5200_fix_port_config()
|
D | mpc52xx_pic.c | 408 picnode = of_find_matching_node(NULL, mpc52xx_pic_ids); in mpc52xx_init_irq() 414 np = of_find_matching_node(NULL, mpc52xx_sdma_ids); in mpc52xx_init_irq()
|
D | mpc52xx_pm.c | 70 np = of_find_matching_node(NULL, immr_ids); in mpc52xx_pm_prepare()
|
D | media5200.c | 215 np = of_find_matching_node(NULL, mpc5200_gpio_ids); in media5200_setup_arch()
|
D | lite5200_pm.c | 64 np = of_find_matching_node(NULL, immr_ids); in lite5200_pm_prepare()
|
D | mpc52xx_pci.c | 422 pci = of_find_matching_node(NULL, mpc52xx_pci_ids); in mpc52xx_setup_pci()
|
/linux-3.3/arch/arm/mach-prima2/ |
D | l2x0.c | 23 np = of_find_matching_node(NULL, prima2_l2x0_ids); in sirfsoc_l2x0_init()
|
D | rstc.c | 29 np = of_find_matching_node(NULL, rstc_ids); in sirfsoc_of_rstc_init()
|
D | pm.c | 104 np = of_find_matching_node(NULL, pwrc_ids); in sirfsoc_of_pwrc_init()
|
D | irq.c | 63 np = of_find_matching_node(NULL, intc_ids); in sirfsoc_of_irq_init()
|
D | timer.c | 235 np = of_find_matching_node(NULL, timer_ids); in sirfsoc_of_timer_map()
|
/linux-3.3/include/linux/ |
D | of.h | 183 extern struct device_node *of_find_matching_node(struct device_node *from, 186 for (dn = of_find_matching_node(NULL, matches); dn; \ 187 dn = of_find_matching_node(dn, matches))
|
/linux-3.3/arch/c6x/platforms/ |
D | emif.c | 52 node = of_find_matching_node(NULL, emifa_match); in c6x_emifa_init()
|
D | plldata.c | 364 node = of_find_matching_node(NULL, c6x_clkc_match); in c64x_setup_clocks()
|
/linux-3.3/arch/powerpc/sysdev/ |
D | xilinx_pci.c | 89 pci_node = of_find_matching_node(NULL, xilinx_pci_match); in xilinx_pci_init()
|
/linux-3.3/arch/arm/mach-imx/ |
D | imx51-dt.c | 84 node = of_find_matching_node(NULL, imx51_iomuxc_of_match); in imx51_dt_init()
|
D | imx53-dt.c | 91 node = of_find_matching_node(NULL, imx53_iomuxc_of_match); in imx53_dt_init()
|
/linux-3.3/arch/arm/mach-omap2/ |
D | board-generic.c | 69 struct device_node *node = of_find_matching_node(NULL, intc_match); in omap_generic_init()
|
/linux-3.3/arch/microblaze/pci/ |
D | xilinx_pci.c | 129 pci_node = of_find_matching_node(NULL, xilinx_pci_match); in xilinx_pci_init()
|
/linux-3.3/drivers/net/can/mscan/ |
D | mpc5xxx_can.c | 84 np_cdm = of_find_matching_node(NULL, mpc52xx_cdm_ids); in mpc52xx_can_get_clock() 143 np_clock = of_find_matching_node(NULL, mpc512x_clock_ids); in mpc512x_can_get_clock()
|
/linux-3.3/drivers/of/ |
D | address.c | 590 struct device_node *dn = of_find_matching_node(from, matches); in of_find_matching_node_by_address() 598 dn = of_find_matching_node(dn, matches); in of_find_matching_node_by_address()
|
D | base.c | 558 struct device_node *of_find_matching_node(struct device_node *from, in of_find_matching_node() function 573 EXPORT_SYMBOL(of_find_matching_node);
|
/linux-3.3/arch/powerpc/sysdev/bestcomm/ |
D | bestcomm.c | 382 ofn_sram = of_find_matching_node(NULL, mpc52xx_sram_ids); in mpc52xx_bcom_probe()
|