Home
last modified time | relevance | path

Searched defs:MtdDevice (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_core.h116 struct MtdDevice { struct
118 struct PlatformDevice device;
120 int16_t index;
122 const char *name;
124 const char *chipName;
126 enum MtdDevType type;
127 union {
152 struct MtdDeviceMethod *ops; argument
154 void *osData;
178 int32_t MtdDeviceAdd(struct MtdDevice *mtdDevice); argument