Searched refs:mtd_unlock (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mtd/ |
D | mtdcore.c | 706 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device() 2204 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function 2222 EXPORT_SYMBOL_GPL(mtd_unlock);
|
D | mtdconcat.c | 504 err = mtd_unlock(subdev, ofs, size); in concat_xxlock()
|
D | mtdchar.c | 1044 ret = mtd_unlock(mtd, einfo.start, einfo.length); in mtdchar_ioctl()
|
/linux-6.1.9/include/linux/mtd/ |
D | mtd.h | 540 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
|