Searched refs:erase_info_user (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 22 struct erase_info_user { struct 102 #define MEMERASE _IOW('M', 2, struct erase_info_user) 105 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 106 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 122 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
H A D | mtd-user.h | 23 typedef struct erase_info_user erase_info_t;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 9 struct erase_info_user { struct 88 #define MEMERASE _IOW('M', 2, struct erase_info_user) 91 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 92 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 108 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
H A D | mtd-user.h | 10 typedef struct erase_info_user erase_info_t;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 22 struct erase_info_user { struct 102 #define MEMERASE _IOW('M', 2, struct erase_info_user) 105 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 106 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 122 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
H A D | mtd-user.h | 23 typedef struct erase_info_user erase_info_t;
|
/kernel/linux/linux-6.6/include/uapi/mtd/ |
H A D | mtd-abi.h | 26 struct erase_info_user { struct 208 #define MEMERASE _IOW('M', 2, struct erase_info_user) 214 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 216 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 248 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
H A D | mtd-user.h | 28 typedef struct erase_info_user erase_info_t;
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdchar.c | 939 struct erase_info_user einfo32; in mtdchar_ioctl() 942 sizeof(struct erase_info_user))) { in mtdchar_ioctl() 1028 struct erase_info_user einfo; in mtdchar_ioctl() 1039 struct erase_info_user einfo; in mtdchar_ioctl() 1050 struct erase_info_user einfo; in mtdchar_ioctl()
|
Completed in 7 milliseconds