OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flash_device
(Results
1 - 2
of
2
) sorted by null
/development/tools/labpretest/
labpretest.sh
410
flash_device
()
function
529
flash_device
/device/google/dragon/recovery/updater/
flash_device.c
26
#include "
flash_device
.h"
37
struct
flash_device
{
struct
48
struct
flash_device
*flash_open(const char *name, const void *params)
51
struct
flash_device
*dev;
63
dev = calloc(1, sizeof(struct
flash_device
));
87
void flash_close(struct
flash_device
*dev)
97
int flash_read(struct
flash_device
*dev, off_t off, void *buff, size_t len)
102
int flash_write(struct
flash_device
*dev, off_t off, void *buff, size_t len)
112
int flash_erase(struct
flash_device
*dev, off_t off, size_t len)
123
size_t flash_get_size(struct
flash_device
*dev
[
all
...]
Completed in 57 milliseconds