Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c465 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device()
1585 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function
1595 EXPORT_SYMBOL_GPL(mtd_unlock);
H A Dmtdconcat.c557 err = mtd_unlock(subdev, ofs, size); in concat_unlock()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h447 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);