Searched refs:MEMGETINFO (Results 1 – 17 of 17) sorted by relevance
/openbmc/hiomapd/test/ |
H A D | flash_erase.c | 49 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl() 55 case MEMGETINFO: in ioctl()
|
H A D | system.c | 39 case MEMGETINFO: in ioctl()
|
H A D | flash_write.c | 44 if (request != MEMGETINFO) in ioctl()
|
H A D | mbox.c | 257 rc = ioctl(test.flash.fd, MEMGETINFO, &mtd_info); in mbox_create_frontend_context()
|
/openbmc/phosphor-mboxd/test/ |
H A D | erase_flash.c | 47 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl() 53 case MEMGETINFO: in ioctl()
|
H A D | system.c | 40 case MEMGETINFO: in ioctl()
|
H A D | write_flash.c | 41 if (request != MEMGETINFO) in ioctl()
|
/openbmc/u-boot/include/mtd/ |
H A D | mtd-abi.h | 147 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) macro
|
/openbmc/linux/include/uapi/mtd/ |
H A D | mtd-abi.h | 206 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) macro
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | mboxd_flash.cpp | 68 if (ioctl(fd, MEMGETINFO, &context->mtd_info) == -1) in init_flash_dev()
|
/openbmc/hiomapd/file/ |
H A D | backend.c | 73 rc = ioctl(priv->fd, MEMGETINFO, &info); in file_dev_init()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_flash.c | 56 if (ioctl(fd, MEMGETINFO, &context->mtd_info) == -1) { in init_flash_dev()
|
/openbmc/hiomapd/mtd/ |
H A D | backend.c | 65 if (ioctl(priv->fd, MEMGETINFO, &priv->mtd_info) == -1) { in mtd_dev_init()
|
/openbmc/hiomapd/vpnor/ |
H A D | backend.cpp | 226 if (ioctl(fd, MEMGETINFO, &mtd_info) == -1) in vpnor_dev_init()
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdchar.c | 841 case MEMGETINFO: in mtdchar_ioctl() 905 case MEMGETINFO: in mtdchar_ioctl()
|
/openbmc/google-ipmi-sys/ |
H A D | handler.cpp | 287 int err = ioctl(fd, MEMGETINFO, &info); in getFlashSize()
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.c | 1618 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config()
|