Searched refs:show_boot_progress (Results 1 – 18 of 18) sorted by relevance
228 #define show_boot_progress(val) do {} while (0) macro236 void show_boot_progress(int val);401 show_boot_progress(id); in bootstage_mark()407 show_boot_progress(-id); in bootstage_error()413 show_boot_progress(id); in bootstage_mark_name()
146 show_boot_progress(15); in do_bootm_linux()175 show_boot_progress(15); in do_bootm_linux()
175 __weak void show_boot_progress(int val) {} in show_boot_progress() function
41 void show_boot_progress(int progress) in show_boot_progress() function
56 void show_boot_progress(int progress) in show_boot_progress() function
133 void show_boot_progress(int val) in show_boot_progress() function
135 void show_boot_progress(int val) in show_boot_progress() function
136 void show_boot_progress(int val) in show_boot_progress() function
167 void show_boot_progress(int status) in show_boot_progress() function
305 void show_boot_progress(int progress) in show_boot_progress() function
182 void show_boot_progress(int val) in show_boot_progress() function
521 void show_boot_progress(int val) in show_boot_progress() function
499 void show_boot_progress(int progress) in show_boot_progress() function
731 void show_boot_progress(int val) in show_boot_progress() function
145 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
78 __weak void show_boot_progress(int val) {} in show_boot_progress() function
899 Calls to show_boot_progress() will also result in log entries but1016 a user-provided function show_boot_progress(int) that enables you to1179 a user-provided function show_boot_progress(int) that enables you to
Completed in 36 milliseconds