Home
last modified time | relevance | path

Searched refs:nandsim (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnandsim.c287 struct nandsim { struct
498 static int ns_debugfs_create(struct nandsim *ns) in ns_debugfs_create()
523 static void ns_debugfs_remove(struct nandsim *ns) in ns_debugfs_remove()
534 static int __init ns_alloc_device(struct nandsim *ns) in ns_alloc_device()
606 static void ns_free_device(struct nandsim *ns) in ns_free_device()
641 struct nandsim *ns = nand_get_controller_data(chip); in ns_init()
787 static void ns_free(struct nandsim *ns) in ns_free()
800 static int ns_parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in ns_parse_badblocks()
1143 static inline void ns_accept_addr_byte(struct nandsim *ns, u_char bt) in ns_accept_addr_byte()
1161 static inline void ns_switch_to_ready_state(struct nandsim *ns, u_char status) in ns_switch_to_ready_state()
[all …]
H A DMakefile20 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o