Home
last modified time | relevance | path

Searched refs:MEMGETINFO (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-mboxd/test/
H A Derase_flash.c47 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl()
53 case MEMGETINFO: in ioctl()
H A Dsystem.c40 case MEMGETINFO: in ioctl()
H A Dwrite_flash.c41 if (request != MEMGETINFO) in ioctl()
/openbmc/hiomapd/test/
H A Dflash_erase.c49 if (!(request == MEMERASE || request == MEMGETINFO)) { in ioctl()
55 case MEMGETINFO: in ioctl()
H A Dsystem.c39 case MEMGETINFO: in ioctl()
H A Dflash_write.c44 if (request != MEMGETINFO) in ioctl()
H A Dmbox.c257 rc = ioctl(test.flash.fd, MEMGETINFO, &mtd_info); in mbox_create_frontend_context()
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h147 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) macro
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h206 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) macro
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp68 if (ioctl(fd, MEMGETINFO, &context->mtd_info) == -1) in init_flash_dev()
/openbmc/phosphor-mboxd/
H A Dmboxd_flash.c56 if (ioctl(fd, MEMGETINFO, &context->mtd_info) == -1) { in init_flash_dev()
/openbmc/hiomapd/file/
H A Dbackend.c73 rc = ioctl(priv->fd, MEMGETINFO, &info); in file_dev_init()
/openbmc/hiomapd/mtd/
H A Dbackend.c65 if (ioctl(priv->fd, MEMGETINFO, &priv->mtd_info) == -1) { in mtd_dev_init()
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp222 if (ioctl(fd, MEMGETINFO, &mtd_info) == -1) in vpnor_dev_init()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c841 case MEMGETINFO: in mtdchar_ioctl()
905 case MEMGETINFO: in mtdchar_ioctl()
/openbmc/google-ipmi-sys/
H A Dhandler.cpp287 int err = ioctl(fd, MEMGETINFO, &info); in getFlashSize()
/openbmc/u-boot/tools/env/
H A Dfw_env.c1618 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config()