Searched defs:mtdDev (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
H A D | mtd_char_lite.c | 123 struct MtdDev *mtdDev = (struct MtdDev *)(partition->mtd_info); in MtdCharRead() local 183 struct MtdDev *mtdDev = (struct MtdDev *)(partition->mtd_info); in MtdCharWrite() local 243 struct MtdDev *mtdDev = (struct MtdDev *)(partition->mtd_info); in MtdCharLseek() local 374 struct MtdDev *mtdDev = (struct MtdDev *)(partition->mtd_info); in MtdCharIoctl() local 463 static int HdfMtdDevErase(struct MtdDev *mtdDev, UINT64 start, UINT64 len, UINT64 *failAddr) in HdfMtdDevErase() 483 static int HdfMtdDevRead(struct MtdDev *mtdDev, UINT64 start, UINT64 len, const char *buf) in HdfMtdDevRead() 492 static int HdfMtdDevWrite(struct MtdDev *mtdDev, UINT64 start, UINT64 len, const char *buf) in HdfMtdDevWrite() 516 struct MtdDev *mtdDev = NULL; in MtdCharOsInit() local 557 struct MtdDev *mtdDev = NULL; in MtdCharOsUninit() local
|
H A D | mtd_legacy_lite.c | 41 struct MtdDev *mtdDev; member 80 int FreeMtd(struct MtdDev *mtdDev) in FreeMtd() 98 int DelMtdList(struct MtdDev *mtdDev) in DelMtdList() 120 void AddMtdList(char *type, struct MtdDev *mtdDev) in AddMtdList()
|