Home
last modified time | relevance | path

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

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