/bionic/libc/kernel/common/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/external/kernel-headers/original/mtd/ |
mtd-abi.h | 15 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/mtd/ |
mtd-abi.h | 20 struct mtd_oob_buf { struct 80 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 81 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
|
/system/core/toolbox/ |
nandread.c | 45 struct mtd_oob_buf oobbuf;
|