Searched refs:proc_mtd (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdcore.c342 static struct proc_dir_entry *proc_mtd; variable in typeref:struct:proc_dir_entry
391 if ((proc_mtd = create_proc_entry( "mtd", 0, NULL )))
392 proc_mtd->read_proc = mtd_read_proc;
398 if (proc_mtd)

Completed in 168 milliseconds