OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blVerifyOsUpdate
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
bl.h
77
uint32_t (*
blVerifyOsUpdate
)(void);
/device/google/contexthub/firmware/os/core/
bl.c
236
static uint32_t
blVerifyOsUpdate
(struct OsUpdateHdr **start, uint32_t *size)
252
return
blVerifyOsUpdate
(NULL, NULL);
685
res =
blVerifyOsUpdate
(&os, NULL);
717
.
blVerifyOsUpdate
= &blExtApiVerifyOsUpdate,
nanohubCommand.c
332
uploadStatus = BL.
blVerifyOsUpdate
();
[
all
...]
Completed in 46 milliseconds