Searched refs:MEMERASE (Results 1 – 10 of 10) sorted by relevance
/openbmc/hiomapd/test/ |
H A D | flash_erase.c | 49 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl() 66 case MEMERASE: in ioctl()
|
H A D | system.c | 49 case MEMERASE: in ioctl()
|
/openbmc/phosphor-mboxd/test/ |
H A D | erase_flash.c | 47 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl() 64 case MEMERASE: in ioctl()
|
H A D | system.c | 50 case MEMERASE: in ioctl()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_flash.c | 184 rc = ioctl(context->fds[MTD_FD].fd, MEMERASE, in erase_flash() 205 rc = ioctl(context->fds[MTD_FD].fd, MEMERASE, &erase_info); in erase_flash()
|
/openbmc/hiomapd/mtd/ |
H A D | backend.c | 216 rc = ioctl(priv->fd, MEMERASE, &erase_info); in mtd_erase() 236 rc = ioctl(priv->fd, MEMERASE, &erase_info); in mtd_erase()
|
/openbmc/u-boot/include/mtd/ |
H A D | mtd-abi.h | 149 #define MEMERASE _IOW('M', 2, struct erase_info_user) macro
|
/openbmc/linux/include/uapi/mtd/ |
H A D | mtd-abi.h | 208 #define MEMERASE _IOW('M', 2, struct erase_info_user) macro
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdchar.c | 859 case MEMERASE: in mtdchar_ioctl() 919 case MEMERASE: in mtdchar_ioctl()
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.c | 1095 if (ioctl(fd, MEMERASE, &erase) != 0) { in flash_write_buf()
|