Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h441 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1572 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1582 EXPORT_SYMBOL_GPL(mtd_lock);
H A Dmtdconcat.c522 err = mtd_lock(subdev, ofs, size); in concat_lock()