Searched refs:last_flag (Results 1 – 1 of 1) sorted by relevance
13 static void show_devices(struct udevice *dev, int depth, int last_flag) in show_devices() argument24 is_last = (last_flag >> i) & 1; in show_devices()49 show_devices(child, depth + 1, (last_flag << 1) | is_last); in show_devices()