Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/maps/
Dscb2_flash.c205 mtd_lock(scb2_mtd, 0, scb2_mtd->size); in scb2_flash_remove()
/Linux-v5.4/include/linux/mtd/
Dmtd.h446 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/Linux-v5.4/drivers/mtd/
Dmtdcore.c1742 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1752 EXPORT_SYMBOL_GPL(mtd_lock);
Dmtdconcat.c461 err = mtd_lock(subdev, ofs, size); in concat_xxlock()
Dmtdchar.c796 ret = mtd_lock(mtd, einfo.start, einfo.length); in mtdchar_ioctl()