Lines Matching refs:screen_index
145 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()
204 (int)screen, (int)screen_index)); in VbDisplayScreenFromGBB()
223 ret = VbGbbReadImage(cparams, localization, screen_index, in VbDisplayScreenFromGBB()