• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/

Lines Matching refs:mtd_info

60 static struct mtd_info *doclist = NULL;
72 struct mtd_info *nextdoc;
89 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
91 static void doc200x_select_chip(struct mtd_info *mtd, int chip);
298 static void doc2000_write_byte(struct mtd_info *mtd, u_char datum)
310 static u_char doc2000_read_byte(struct mtd_info *mtd)
325 static void doc2000_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
342 static void doc2000_readbuf(struct mtd_info *mtd, u_char *buf, int len)
357 static void doc2000_readbuf_dword(struct mtd_info *mtd, u_char *buf, int len)
378 static int doc2000_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
391 static uint16_t __init doc200x_ident_chip(struct mtd_info *mtd, int nr)
437 static void __init doc2000_count_chips(struct mtd_info *mtd)
459 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this)
473 static void doc2001_write_byte(struct mtd_info *mtd, u_char datum)
484 static u_char doc2001_read_byte(struct mtd_info *mtd)
498 static void doc2001_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
511 static void doc2001_readbuf(struct mtd_info *mtd, u_char *buf, int len)
528 static int doc2001_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
548 static u_char doc2001plus_read_byte(struct mtd_info *mtd)
563 static void doc2001plus_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
581 static void doc2001plus_readbuf(struct mtd_info *mtd, u_char *buf, int len)
612 static int doc2001plus_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
639 static void doc2001plus_select_chip(struct mtd_info *mtd, int chip)
666 static void doc200x_select_chip(struct mtd_info *mtd, int chip)
696 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
720 static void doc2001plus_command(struct mtd_info *mtd, unsigned command, int column, int page_addr)
825 static int doc200x_dev_ready(struct mtd_info *mtd)
858 static int doc200x_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip)
865 static void doc200x_enable_hwecc(struct mtd_info *mtd, int mode)
884 static void doc2001plus_enable_hwecc(struct mtd_info *mtd, int mode)
904 static int doc200x_calculate_ecc(struct mtd_info *mtd, const u_char *dat, unsigned char *ecc_code)
944 static int doc200x_correct_data(struct mtd_info *mtd, u_char *dat,
1046 static int __init find_media_headers(struct mtd_info *mtd, u_char *buf, const char *id, int findmirror)
1089 static inline int __init nftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts)
1192 static inline int __init inftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts)
1312 static int __init nftl_scan_bbt(struct mtd_info *mtd)
1352 static int __init inftl_scan_bbt(struct mtd_info *mtd)
1411 static inline int __init doc2000_init(struct mtd_info *mtd)
1428 static inline int __init doc2001_init(struct mtd_info *mtd)
1459 static inline int __init doc2001plus_init(struct mtd_info *mtd)
1483 struct mtd_info *mtd;
1609 len = sizeof(struct mtd_info) +
1685 struct mtd_info *mtd, *nextmtd;