Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dmtdcore.c448 error = mtd_unlock(mtd, 0, mtd->size); in add_mtd_device()
1463 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() function
1473 EXPORT_SYMBOL_GPL(mtd_unlock);
Dmtdconcat.c556 err = mtd_unlock(subdev, ofs, size); in concat_unlock()
/external/u-boot/include/linux/mtd/
Dmtd.h394 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);