Searched defs:MtdDevice (Results 1 – 1 of 1) sorted by relevance
116 struct MtdDevice { struct118 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; argument154 void *osData;178 int32_t MtdDeviceAdd(struct MtdDevice *mtdDevice); argument