Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_ec_sync_tests.c113 int vb2api_need_reboot_for_display(struct vb2_context *c) in vb2api_need_reboot_for_display() function
173 if (vb2api_need_reboot_for_display(ctx)) in vb2ex_ec_update_image()
H A Dvb2_misc_tests.c880 TEST_EQ(vb2api_need_reboot_for_display(ctx), 1, in need_reboot_for_display_tests()
888 TEST_EQ(vb2api_need_reboot_for_display(ctx), 0, in need_reboot_for_display_tests()
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2ec_sync.c292 vb2api_need_reboot_for_display(ctx); in ec_sync_phase1()
H A D2misc.c496 int vb2api_need_reboot_for_display(struct vb2_context *ctx) in vb2api_need_reboot_for_display() function
/aosp_15_r20/external/vboot_reference/firmware/2lib/include/
H A D2api.h835 int vb2api_need_reboot_for_display(struct vb2_context *ctx);