Home
last modified time | relevance | path

Searched refs:mtd_info_user (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h128 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 Dmtd-user.h27 typedef struct mtd_info_user mtd_info_t;
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h117 struct mtd_info_user { struct
148 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
270 static inline int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_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 Dmtd-abi.h127 struct mtd_info_user { struct
158 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
280 static __inline__ int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()
H A Dmtd-user.h27 typedef struct mtd_info_user mtd_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 Dmtd-abi.h127 struct mtd_info_user { struct
158 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
280 static __inline__ int mtd_type_is_nand_user(const struct mtd_info_user *mtd) in mtd_type_is_nand_user()
H A Dmtd-user.h27 typedef struct mtd_info_user mtd_info_t;
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.c238 struct mtd_info_user mtd_info; in mtd_get_flash_info()
265 struct mtd_info_user mtd_info; in mtd_partition_info()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdchar.c639 struct mtd_info_user info; in mtdchar_ioctl()
723 if (copy_to_user(argp, &info, sizeof(struct mtd_info_user))) in mtdchar_ioctl()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.c246 struct mtd_info_user mtd_info; in mtd_partition_info()
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c1368 struct mtd_info_user mtdinfo; in check_device_config()