Home
last modified time | relevance | path

Searched refs:MtdBlockOsInit (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/model/storage/src/mtd/
Dmtd_block.c12 __attribute__((weak)) int32_t MtdBlockOsInit(struct MtdDevice *mtdDevice) in MtdBlockOsInit() function
37 ret = MtdBlockOsInit(mtdDevice); in MtdBlockInit()
/drivers/hdf_core/framework/model/storage/include/mtd/
Dmtd_block.h50 int32_t MtdBlockOsInit(struct MtdDevice *mtd);
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
Dmtd_block_lite.c117 int32_t MtdBlockOsInit(struct MtdDevice *mtdDevice) in MtdBlockOsInit() function