Searched defs:mtd_chip_driver (Results 1 – 1 of 1) sorted by relevance
66 struct mtd_chip_driver { struct67 struct mtd_info *(*probe)(struct map_info *map);68 void (*destroy)(struct mtd_info *);69 struct module *module;70 char *name;71 struct list_head list;