Searched refs:mtd_unlock (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 464 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device() 1584 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function 1594 EXPORT_SYMBOL_GPL(mtd_unlock);
|
H A D | mtdconcat.c | 556 err = mtd_unlock(subdev, ofs, size); in concat_unlock()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 442 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 540 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdcore.c | 728 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device() 2252 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function 2270 EXPORT_SYMBOL_GPL(mtd_unlock);
|
H A D | mtdconcat.c | 504 err = mtd_unlock(subdev, ofs, size); in concat_xxlock()
|
H A D | mtdchar.c | 1044 ret = mtd_unlock(mtd, einfo.start, einfo.length); in mtdchar_ioctl()
|