OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtd_write_req
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/mtd/
mtd-abi.h
52
struct
mtd_write_req
{
struct
146
#define MEMWRITE _IOWR('M', 24, struct
mtd_write_req
)
/external/kernel-headers/original/uapi/mtd/
mtd-abi.h
68
* struct
mtd_write_req
- data structure for requesting a write operation
83
struct
mtd_write_req
{
struct
201
* modes (see "struct
mtd_write_req
"). This ioctl is not supported for flashes
204
#define MEMWRITE _IOWR('M', 24, struct
mtd_write_req
)
Completed in 824 milliseconds