other versions
NAND_UNLOCK(9) | Public Functions Provided | NAND_UNLOCK(9) |
NAME¶
nand_unlock - [REPLACEABLE] unlocks specified locked blocks
SYNOPSIS¶
int nand_unlock(struct mtd_info * mtd, loff_t ofs, uint64_t len);
ARGUMENTS¶
struct mtd_info * mtd
mtd info
loff_t ofs
offset to start unlock from
uint64_t len
length to unlock
DESCRIPTION¶
Returns unlock status.
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |