Home
last modified time | relevance | path

Searched refs:mtd_unlock (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mtd/
Dmtdcore.c551 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device()
1673 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function
1683 EXPORT_SYMBOL_GPL(mtd_unlock);
Dmtdconcat.c507 err = mtd_unlock(subdev, ofs, size); in concat_unlock()
Dmtdchar.c821 ret = mtd_unlock(mtd, einfo.start, einfo.length); in mtdchar_ioctl()
/Linux-v4.19/include/linux/mtd/
Dmtd.h449 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);