HomeSort by relevance Sort by last modified time
    Searched defs:mtd_write_req (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/mtd/
mtd-abi.h 46 struct mtd_write_req { struct
122 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 69 * struct mtd_write_req - data structure for requesting a write operation
84 struct mtd_write_req { struct
203 * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes
206 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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")
203 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)

Completed in 575 milliseconds