Searched refs:nandsim (Results 1 – 2 of 2) sorted by relevance
305 struct nandsim { struct524 static int nandsim_debugfs_create(struct nandsim *dev) in nandsim_debugfs_create()560 static void nandsim_debugfs_remove(struct nandsim *ns) in nandsim_debugfs_remove()572 static int alloc_device(struct nandsim *ns) in alloc_device()635 static void free_device(struct nandsim *ns) in free_device()670 struct nandsim *ns = chip->priv; in init_nandsim()808 static void free_nandsim(struct nandsim *ns) in free_nandsim()816 static int parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in parse_badblocks()1177 static inline void accept_addr_byte(struct nandsim *ns, u_char bt) in accept_addr_byte()1195 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state()[all …]
24 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o