/openbmc/linux/arch/arm/mach-s3c/ |
H A D | pm.c | 88 if (!of_have_populated_dt() && in s3c_pm_enter() 98 if (!of_have_populated_dt()) { in s3c_pm_enter() 142 if (!of_have_populated_dt()) { in s3c_pm_enter()
|
H A D | s3c6410.c | 72 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c6410_core_init()
|
H A D | s3c64xx.c | 205 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_dev_init() 404 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_init_irq_eint()
|
H A D | irq-pm-s3c64xx.c | 111 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_syscore_init()
|
H A D | init.c | 137 if (of_have_populated_dt()) in s3c_arch_init()
|
H A D | pl080.c | 256 if (of_have_populated_dt()) in s3c64xx_pl080_init()
|
H A D | gpio-samsung.c | 800 if (of_have_populated_dt()) in samsung_gpiolib_init()
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | pm_domain.c | 29 if (of_have_populated_dt()) in davinci_pm_runtime_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | devicetree.c | 51 if (!of_have_populated_dt()) in add_bus_probe() 313 if (!of_have_populated_dt()) in x86_dtb_init()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | prom.c | 52 if (!of_have_populated_dt()) in __dt_register_buses()
|
/openbmc/linux/arch/mips/pic32/pic32mzda/ |
H A D | init.c | 118 if (!of_have_populated_dt()) in plat_of_setup()
|
/openbmc/linux/drivers/w1/masters/ |
H A D | w1-gpio.c | 79 if (of_have_populated_dt()) { in w1_gpio_probe()
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | pxa25x.c | 245 if (!of_have_populated_dt()) { in pxa25x_init()
|
H A D | pxa27x.c | 347 if (!of_have_populated_dt()) { in pxa27x_init()
|
/openbmc/linux/sound/soc/ti/ |
H A D | n810.c | 289 if (!of_have_populated_dt() || in n810_soc_init()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pxa.c | 732 if (of_have_populated_dt()) in pxa_gpio_legacy_init() 741 if (of_have_populated_dt()) in pxa_gpio_dt_init()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | devicetree.c | 210 if (of_have_populated_dt()) in pinctrl_dt_to_map()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 185 static inline bool of_have_populated_dt(void) in of_have_populated_dt() function 552 static inline bool of_have_populated_dt(void) in of_have_populated_dt() function
|
/openbmc/linux/drivers/of/ |
H A D | platform.c | 552 if (!of_have_populated_dt()) in of_platform_default_populate_init()
|
/openbmc/linux/drivers/base/ |
H A D | arch_topology.c | 833 ret = of_have_populated_dt() && parse_dt_topology(); in init_cpu_topology()
|
H A D | cacheinfo.c | 345 if (of_have_populated_dt()) in cache_setup_properties()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-ti-dm.c | 614 if (of_have_populated_dt()) { in omap_dm_timer_request_specific()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | core.c | 1340 if (!of_have_populated_dt()) in sh_pfc_probe()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 2385 if (of_have_populated_dt()) { in pxa_udc_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | core.c | 114 return has_full_constraints || of_have_populated_dt(); in have_full_constraints() 6279 if (of_have_populated_dt()) in regulator_init_complete()
|