Home
last modified time | relevance | path

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

/u-boot/drivers/dfu/
A Ddfu_mtd.c66 ret = mtd_unlock(mtd, lock_ofs, lock_len); in mtd_block_op()
/u-boot/drivers/mtd/
A Dmtdcore.c464 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);
A Dmtdconcat.c559 err = mtd_unlock(subdev, ofs, size); in concat_unlock()
/u-boot/include/linux/mtd/
A Dmtd.h441 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);

Completed in 11 milliseconds