Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/
Dvboot_display.c145 uint32_t screen_index; in VbDisplayScreenFromGBB() local
168 screen_index = SCREEN_DEVELOPER_WARNING; in VbDisplayScreenFromGBB()
171 screen_index = SCREEN_RECOVERY_REMOVE; in VbDisplayScreenFromGBB()
174 screen_index = SCREEN_RECOVERY_NO_GOOD; in VbDisplayScreenFromGBB()
177 screen_index = SCREEN_RECOVERY_INSERT; in VbDisplayScreenFromGBB()
180 screen_index = SCREEN_RECOVERY_TO_DEV; in VbDisplayScreenFromGBB()
183 screen_index = SCREEN_DEVELOPER_TO_NORM; in VbDisplayScreenFromGBB()
186 screen_index = SCREEN_WAIT; in VbDisplayScreenFromGBB()
189 screen_index = SCREEN_TO_NORM_CONFIRMED; in VbDisplayScreenFromGBB()
201 if (screen_index >= hdr.number_of_screenlayouts) { in VbDisplayScreenFromGBB()
[all …]
Dregion-kernel.c97 uint32_t localization, uint32_t screen_index, in VbGbbReadImage() argument
119 screen_index * sizeof(ScreenLayout); in VbGbbReadImage()
/external/vboot_reference/firmware/include/
Dgbb_access.h78 uint32_t localization, uint32_t screen_index,