Searched refs:nandsim (Results 1 – 2 of 2) sorted by relevance
289 struct nandsim { struct500 static int ns_debugfs_create(struct nandsim *ns) in ns_debugfs_create()525 static void ns_debugfs_remove(struct nandsim *ns) in ns_debugfs_remove()536 static int __init ns_alloc_device(struct nandsim *ns) in ns_alloc_device()608 static void ns_free_device(struct nandsim *ns) in ns_free_device()643 struct nandsim *ns = nand_get_controller_data(chip); in ns_init()789 static void ns_free(struct nandsim *ns) in ns_free()802 static int ns_parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in ns_parse_badblocks()1138 static inline void ns_accept_addr_byte(struct nandsim *ns, u_char bt) in ns_accept_addr_byte()1156 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