Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c300 struct nandsim { struct
517 static int nandsim_debugfs_create(struct nandsim *dev) in nandsim_debugfs_create()
549 static int __init alloc_device(struct nandsim *ns) in alloc_device()
613 static void free_device(struct nandsim *ns) in free_device()
648 struct nandsim *ns = nand_get_controller_data(chip); in init_nandsim()
785 static void free_nandsim(struct nandsim *ns) in free_nandsim()
793 static int parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in parse_badblocks()
1154 static inline void accept_addr_byte(struct nandsim *ns, u_char bt) in accept_addr_byte()
1172 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state()
1231 static int find_operation(struct nandsim *ns, uint32_t flag) in find_operation()
[all …]
DMakefile21 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o