Home
last modified time | relevance | path

Searched refs:mtd_lock (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h441 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c1570 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1580 EXPORT_SYMBOL_GPL(mtd_lock);
Dmtdconcat.c522 err = mtd_lock(subdev, ofs, size); in concat_lock()