Searched refs:nandsim (Results 1 – 2 of 2) sorted by relevance
286 struct nandsim { struct497 static int ns_debugfs_create(struct nandsim *ns) in ns_debugfs_create()522 static void ns_debugfs_remove(struct nandsim *ns) in ns_debugfs_remove()533 static int __init ns_alloc_device(struct nandsim *ns) in ns_alloc_device()605 static void ns_free_device(struct nandsim *ns) in ns_free_device()640 struct nandsim *ns = nand_get_controller_data(chip); in ns_init()786 static void ns_free(struct nandsim *ns) in ns_free()799 static int ns_parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in ns_parse_badblocks()1142 static inline void ns_accept_addr_byte(struct nandsim *ns, u_char bt) in ns_accept_addr_byte()1160 static inline void ns_switch_to_ready_state(struct nandsim *ns, u_char status) in ns_switch_to_ready_state()[all …]
17 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o