Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dofnode.h72 if (!of_live_active()) in ofnode_to_np()
89 if (of_live_active()) in ofnode_to_offset()
102 if (of_live_active()) in ofnode_valid()
118 if (of_live_active()) in offset_to_ofnode()
160 (of_live_active() ? _ofnode_to_np(node) in ofnode_is_np()
163 return of_live_active() && ofnode_valid(node); in ofnode_is_np()
187 if (of_live_active()) in ofnode_null()
H A Dof.h94 static inline bool of_live_active(void) in of_live_active() function
99 static inline bool of_live_active(void) in of_live_active() function
/openbmc/u-boot/drivers/core/
H A Dofnode.c226 if (of_live_active()) in ofnode_get_by_phandle()
403 if (of_live_active()) in ofnode_path()
780 if (of_live_active()) { in ofnode_by_compatible()
793 if (of_live_active()) { in ofnode_by_prop_value()
812 if (!of_live_active()) in ofnode_write_prop()
853 if (!of_live_active()) in ofnode_write_string()
865 if (!of_live_active()) in ofnode_set_enabled()
H A Droot.c318 if (of_live_active()) in dm_scan_fdt_dev()
330 if (of_live_active()) in dm_scan_fdt()
354 if (of_live_active()) in dm_scan_fdt_ofnode_path()
H A Ddevice.c832 if (!of_live_active()) in dev_disable_by_path()
862 if (!of_live_active()) in dev_enable_by_path()
H A Dread.c270 if (of_live_active()) in dev_read_alias_highest_id()
H A Dregmap.c79 if (of_live_active()) { in init_range()
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c641 if (!of_live_active()) { in dm_test_fdt_livetree_writing()
692 if (!of_live_active()) { in dm_test_fdt_disable_enable_by_path()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c328 if (of_live_active()) { in tegra_xusb_padctl_init()
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c434 if (of_live_active()) { in tegra_xusb_padctl_init()
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c89 if (of_live_active()) { in serial_find_console_or_panic()
/openbmc/u-boot/doc/driver-model/
H A Dlivetree.txt161 of_live_active() returns true if livetree is in use, false if flat tree