Home
last modified time | relevance | path

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

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