Home
last modified time | relevance | path

Searched refs:erase_info_user64 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h21 struct erase_info_user64 { struct
183 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h31 struct erase_info_user64 { struct
242 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c929 struct erase_info_user64 einfo64; in mtdchar_ioctl()
932 sizeof(struct erase_info_user64))) { in mtdchar_ioctl()