1NAND_ERASE_NAND(9) Internal Functions Provided NAND_ERASE_NAND(9)
23
4
NAME
6nand_erase_nand - [Internal] erase block(s)
7
SYNOPSIS
9int nand_erase_nand(struct mtd_info * mtd, struct erase_info * instr,
10int allowbbt);
11
ARGUMENTS
13mtd
14MTD device structure
1516
instr
17erase instruction
1819
allowbbt
20allow erasing the bbt area
21
DESCRIPTION
23Erase one ore more blocks
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 NAND_ERASE_NAND(9)