1NAND_CREATE_BADBLOCK(9) Internal Functions Provided NAND_CREATE_BADBLOCK(9)
2
3
4
6 nand_create_badblock_pattern - [INTERN] Creates a BBT descriptor
7 structure
8
10 int nand_create_badblock_pattern(struct nand_chip * this);
11
13 this
14 NAND chip to create descriptor for
15
17 This function allocates and initializes a nand_bbt_descr for BBM
18 detection based on the properties of this. The new descriptor is stored
19 in this->badblock_pattern. Thus, this->badblock_pattern should be NULL
20 when passed to this function.
21
23 Thomas Gleixner <tglx@linutronix.de>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 NAND_CREATE_BADBLOCK(9)