Home
last modified time | relevance | path

Searched refs:MTD_ABSENT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mtd/chips/
H A Dmap_absent.c57 mtd->type = MTD_ABSENT; in map_absent_probe()
H A DKconfig224 config MTD_ABSENT config
/linux/include/uapi/mtd/
H A Dmtd-abi.h141 #define MTD_ABSENT 0 macro
/linux/drivers/mtd/
H A Dmtd_blkdevs.c460 if (mtd->type == MTD_ABSENT || mtd->type == MTD_UBIVOLUME) in blktrans_notify_add()
500 if (mtd->type != MTD_ABSENT && mtd->type != MTD_UBIVOLUME) in register_mtd_blktrans()
H A Dmtdchar.c64 if (mtd->type == MTD_ABSENT) { in mtdchar_open()