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

/u-boot/lib/libavb/
H A Davb_ops.h218 AvbIOResult (*read_is_device_unlocked)(AvbOps* ops, bool* out_is_unlocked); member in struct:AvbOps
H A Davb_cmdline.c252 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
H A Davb_slot_verify.c219 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
1361 avb_assert(ops->read_is_device_unlocked != NULL);
/u-boot/cmd/
H A Davb.c276 ret = avb_ops->read_is_device_unlocked(avb_ops, &unlocked);
343 ret = avb_ops->read_is_device_unlocked(avb_ops, &unlock);
/u-boot/common/
H A Davb_verify.c810 * read_is_device_unlocked() - gets whether the device is unlocked
820 static AvbIOResult read_is_device_unlocked(AvbOps *ops, bool *out_is_unlocked) function
1050 ops_data->ops.read_is_device_unlocked = read_is_device_unlocked;

Completed in 56 milliseconds