Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dnandsim.c289 struct nandsim { struct
500 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()
789 static void ns_free(struct nandsim *ns) in ns_free()
1301 static void ns_put_pages(struct nandsim *ns) in ns_put_pages()
1468 static void ns_erase_sector(struct nandsim *ns) in ns_erase_sector()
1721 static void ns_switch_state(struct nandsim *ns) in ns_switch_state()
2264 struct nandsim *ns; in ns_init_module()
[all …]
H A DMakefile17 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o