Home
last modified time | relevance | path

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

/external/u-boot/include/
Davb_verify.h44 AvbOps *avb_ops_alloc(int boot_device);
/external/u-boot/cmd/
Davb.c34 avb_ops = avb_ops_alloc(mmc_dev); in do_avb_init()
/external/u-boot/common/
Davb_verify.c706 AvbOps *avb_ops_alloc(int boot_device) in avb_ops_alloc() function