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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dmtd.h30 extern int mtd_open(const char *mtd, int flags);
H A Dmtd.c54 mtd_open(const char *mtd, int flags) function
93 if ((mtd_fd = mtd_open(mtd, O_RDWR)) < 0) {
169 if ((mtd_fd = mtd_open(mtd, O_RDWR)) < 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtdchar.c78 static int mtd_open(struct inode *inode, struct file *file) function
143 } /* mtd_open */
1010 .open = mtd_open,

Completed in 67 milliseconds