Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddump.c13 static void show_devices(struct udevice *dev, int depth, int last_flag) in show_devices() function
42 show_devices(child, depth + 1, (last_flag << 1) | is_last); in show_devices()
54 show_devices(root, -1, 0); in dm_dump_all()