Lines Matching refs:mymtd
348 static struct mtd_info *mymtd; variable
463 mymtd = do_map_probe("jedec_probe", &dnpc_map); in init_dnpc()
465 if (!mymtd) in init_dnpc()
466 mymtd = do_map_probe("cfi_probe", &dnpc_map); in init_dnpc()
473 if (!mymtd) in init_dnpc()
474 if((mymtd = do_map_probe("map_rom", &dnpc_map))) in init_dnpc()
475 mymtd->erasesize = 0x10000; in init_dnpc()
477 if (!mymtd) { in init_dnpc()
482 mymtd->module = THIS_MODULE; in init_dnpc()
498 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS); in init_dnpc()
524 if (mymtd) { in cleanup_dnpc()
525 del_mtd_partitions(mymtd); in cleanup_dnpc()
526 map_destroy(mymtd); in cleanup_dnpc()