1SEARCH_READ_BBTS(9) Internal Functions Provided SEARCH_READ_BBTS(9)
2
3
4
6 search_read_bbts - [GENERIC] scan the device for bad block table(s)
7
9 void search_read_bbts(struct mtd_info * mtd, uint8_t * buf,
10 struct nand_bbt_descr * td,
11 struct nand_bbt_descr * md);
12
14 mtd
15 MTD device structure
16
17 buf
18 temporary buffer
19
20 td
21 descriptor for the bad block table
22
23 md
24 descriptor for the bad block table mirror
25
27 Search and read the bad block table(s).
28
30 Thomas Gleixner <tglx@linutronix.de>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 SEARCH_READ_BBTS(9)