Home
last modified time | relevance | path

Searched refs:erase_info_user (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h16 struct erase_info_user { struct
149 #define MEMERASE _IOW('M', 2, struct erase_info_user)
155 #define MEMLOCK _IOW('M', 5, struct erase_info_user)
157 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user)
189 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h26 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 Dmtd-user.h28 typedef struct erase_info_user erase_info_t;
/openbmc/phosphor-mboxd/test/
H A Dsystem.c52 struct erase_info_user *info; in ioctl()
56 info = va_arg(ap, struct erase_info_user *); in ioctl()
H A Derase_flash.c36 struct erase_info_user *recorded;
45 struct erase_info_user *provided, *alloced; in ioctl()
66 provided = va_arg(ap, struct erase_info_user *); in ioctl()
/openbmc/hiomapd/test/
H A Dsystem.c51 struct erase_info_user *info; in ioctl()
55 info = va_arg(ap, struct erase_info_user *); in ioctl()
H A Dflash_erase.c38 struct erase_info_user *recorded;
47 struct erase_info_user *provided, *alloced; in ioctl()
68 provided = va_arg(ap, struct erase_info_user *); in ioctl()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c939 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()
/openbmc/phosphor-mboxd/
H A Dmboxd_flash.c162 struct erase_info_user erase_info = { 0 }; in erase_flash()
/openbmc/hiomapd/file/
H A Dbackend.c127 struct erase_info_user erase_info = {0}; in file_erase()
/openbmc/hiomapd/mtd/
H A Dbackend.c194 struct erase_info_user erase_info = {0}; in mtd_erase()
/openbmc/u-boot/tools/env/
H A Dfw_env.c973 struct erase_info_user erase; in flash_write_buf()
1140 struct erase_info_user erase; in flash_flag_obsolete()