Home
last modified time | relevance | path

Searched refs:MTD_UBIVOLUME (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h90 #define MTD_UBIVOLUME 7 macro
/openbmc/linux/include/uapi/mtd/
H A Dmtd-abi.h147 #define MTD_UBIVOLUME 7 macro
/openbmc/linux/drivers/mtd/
H A Dmtd_blkdevs.c466 if (mtd->type == MTD_ABSENT || mtd->type == MTD_UBIVOLUME) in blktrans_notify_add()
506 if (mtd->type != MTD_ABSENT && mtd->type != MTD_UBIVOLUME) in register_mtd_blktrans()
H A Dmtdcore.c160 case MTD_UBIVOLUME: in mtd_type_show()
/openbmc/linux/fs/jffs2/
H A Dos-linux.h133 #define jffs2_ubivol(c) (c->mtd->type == MTD_UBIVOLUME)
/openbmc/u-boot/tools/env/
H A Dfw_env.c1479 } else if (DEVTYPE(dev_current) == MTD_UBIVOLUME && in fw_env_open()
1480 DEVTYPE(!dev_current) == MTD_UBIVOLUME) { in fw_env_open()
1627 mtdinfo.type != MTD_UBIVOLUME) { in check_device_config()
/openbmc/linux/drivers/mtd/ubi/
H A Dgluebi.c297 mtd->type = MTD_UBIVOLUME; in gluebi_create()
H A Dbuild.c877 if (mtd->type == MTD_UBIVOLUME) { in ubi_attach_mtd_dev()
/openbmc/u-boot/cmd/
H A Dmtd.c146 case MTD_UBIVOLUME: in mtd_show_device()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c914 if (mtd->type == MTD_UBIVOLUME) { in ubi_attach_mtd_dev()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c232 case MTD_UBIVOLUME: in mtd_type_show()