Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dmtd.h393 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/external/u-boot/drivers/mtd/
Dmtdcore.c1451 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1461 EXPORT_SYMBOL_GPL(mtd_lock);
Dmtdconcat.c522 err = mtd_lock(subdev, ofs, size); in concat_lock()