OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flash_read
(Results
1 - 3
of
3
) sorted by null
/device/google/dragon/recovery/updater/
flash_device.h
44
int
flash_read
(struct flash_device *dev, off_t off, void *buff, size_t len);
vboot_interface.c
135
res =
flash_read
(dev, off, &h, sizeof(h.signature));
153
res =
flash_read
(dev, offset, &hdr, sizeof(hdr));
167
res =
flash_read
(dev, offset, fmap, size);
233
r =
flash_read
(dev, start_offset, data, *size);
flash_device.c
97
int
flash_read
(struct flash_device *dev, off_t off, void *buff, size_t len)
function
Completed in 66 milliseconds