Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/maps/
Dscb2_flash.c205 mtd_lock(scb2_mtd, 0, scb2_mtd->size); in scb2_flash_remove()
/linux-6.1.9/include/linux/mtd/
Dmtd.h539 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/linux-6.1.9/drivers/mtd/
Dmtdconcat.c502 err = mtd_lock(subdev, ofs, size); in concat_xxlock()
Dmtdcore.c2184 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
2202 EXPORT_SYMBOL_GPL(mtd_lock);
Dmtdchar.c1033 ret = mtd_lock(mtd, einfo.start, einfo.length); in mtdchar_ioctl()