Searched refs:avb_ops (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Davb.c15 static struct AvbOps *avb_ops; variable in typeref:struct:AvbOps
26 if (avb_ops)
27 avb_ops_free(avb_ops);
29 avb_ops = avb_ops_alloc(mmc_dev);
30 if (avb_ops)
49 if (!avb_ops) {
62 ret = avb_ops->read_from_partition(avb_ops, part, offset,
84 if (!avb_ops) {
103 ret = avb_ops
[all...]

Completed in 35 milliseconds