Searched refs:MEMWRITE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/mtd/ |
H A D | mtd-abi.h | 58 * These modes can be passed to ioctl(MEMWRITE) and are also used internally. 79 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB 207 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) macro 271 * (e.g., when using ioctl(MEMWRITE)), but in some cases, the MTD_FILE_MODE is
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 123 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 109 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 123 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) macro
|
/kernel/linux/linux-6.6/include/uapi/mtd/ |
H A D | mtd-abi.h | 58 * These modes can be passed to ioctl(MEMWRITE) and ioctl(MEMREAD); they are 79 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB 254 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req) macro 326 * (e.g., when using ioctl(MEMWRITE) or ioctl(MEMREAD)), but in some cases, the
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdchar.c | 675 case MEMWRITE: in mtdchar_ioctl() 820 case MEMWRITE: in mtdchar_ioctl()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdchar.c | 866 case MEMWRITE: in mtdchar_ioctl() 1012 case MEMWRITE: in mtdchar_ioctl()
|
Completed in 6 milliseconds