Home
last modified time | relevance | path

Searched refs:of_live_active (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/include/dm/
H A Dofnode.h98 if (!of_live_active()) in ofnode_to_np()
115 if (of_live_active()) in ofnode_to_offset()
128 if (of_live_active()) in ofnode_valid()
144 if (of_live_active()) in offset_to_ofnode()
186 (of_live_active() ? _ofnode_to_np(node) in ofnode_is_np()
189 return of_live_active() && ofnode_valid(node); in ofnode_is_np()
213 if (of_live_active()) in ofnode_null()
H A Dof.h95 static inline bool of_live_active(void) in of_live_active() function
100 static inline bool of_live_active(void) in of_live_active() function
/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c312 if (of_live_active()) in dm_scan_fdt_dev()
324 if (of_live_active()) in dm_scan_fdt()
H A Dregmap.c94 if (of_live_active()) { in regmap_init_mem()
H A Dofnode.c228 if (of_live_active()) in ofnode_get_by_phandle()
392 if (of_live_active()) in ofnode_path()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c329 if (of_live_active()) { in tegra_xusb_padctl_init()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial-uclass.c88 if (of_live_active()) { in serial_find_console_or_panic()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c435 if (of_live_active()) { in tegra_xusb_padctl_init()
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dlivetree.txt161 of_live_active() returns true if livetree is in use, false if flat tree