Searched refs:erase_info_user (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | mtd-abi.h | 26 struct erase_info_user { struct 161 #define MEMERASE _IOW('M', 2, struct erase_info_user) 167 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 169 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 201 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
| H A D | mtd-user.h | 28 typedef struct erase_info_user erase_info_t;
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | mtd-abi.h | 17 struct erase_info_user { struct 150 #define MEMERASE _IOW('M', 2, struct erase_info_user) 156 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 158 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 190 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 26 struct erase_info_user { struct 160 #define MEMERASE _IOW('M', 2, struct erase_info_user) 166 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 168 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 200 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
| H A D | mtd-user.h | 28 typedef struct erase_info_user erase_info_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 26 struct erase_info_user { struct 160 #define MEMERASE _IOW('M', 2, struct erase_info_user) 166 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 168 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 200 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
| H A D | mtd-user.h | 28 typedef struct erase_info_user erase_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdchar.c | 747 struct erase_info_user einfo32; in mtdchar_ioctl() 750 sizeof(struct erase_info_user))) { in mtdchar_ioctl() 829 struct erase_info_user einfo; in mtdchar_ioctl() 840 struct erase_info_user einfo; in mtdchar_ioctl() 851 struct erase_info_user einfo; in mtdchar_ioctl()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 428 struct erase_info_user erase_info; in write_block() 534 struct erase_info_user erase_info; in mtd_erase_blocks()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 451 struct erase_info_user erase_info; in write_block() 557 struct erase_info_user erase_info; in mtd_erase_blocks()
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.c | 791 struct erase_info_user erase; in flash_write_buf() 959 struct erase_info_user erase; in flash_flag_obsolete()
|