Home
last modified time | relevance | path

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

/external/u-boot/include/
Davb_verify.h47 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state);
/external/u-boot/cmd/
Davb.c263 extra_args = avb_set_state(avb_ops, AVB_GREEN); in do_avb_verify_part()
/external/u-boot/common/
Davb_verify.c125 char *avb_set_state(AvbOps *ops, enum avb_boot_state boot_state) in avb_set_state() function