Searched refs:mtd_info_user (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/mtd/ |
H A D | mtd-abi.h | 128 struct mtd_info_user { struct 159 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 281 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()
|
H A D | mtd-user.h | 27 typedef struct mtd_info_user mtd_info_t;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 67 struct mtd_info_user { struct 87 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 140 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()
|
H A D | mtd-user.h | 9 typedef struct mtd_info_user mtd_info_t;
|
/kernel/linux/linux-6.6/include/uapi/mtd/ |
H A D | mtd-abi.h | 175 struct mtd_info_user { struct 206 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 337 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()
|
H A D | mtd-user.h | 27 typedef struct mtd_info_user mtd_info_t;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 81 struct mtd_info_user { struct 101 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
|
H A D | mtd-user.h | 22 typedef struct mtd_info_user mtd_info_t;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 81 struct mtd_info_user { struct 101 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
|
H A D | mtd-user.h | 22 typedef struct mtd_info_user mtd_info_t;
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdchar.c | 639 struct mtd_info_user info; in mtdchar_ioctl() 723 if (copy_to_user(argp, &info, sizeof(struct mtd_info_user))) in mtdchar_ioctl()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdchar.c | 829 struct mtd_info_user info; in mtdchar_ioctl() 915 if (copy_to_user(argp, &info, sizeof(struct mtd_info_user))) in mtdchar_ioctl()
|
Completed in 7 milliseconds