Searched refs:mtd_unlock (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/fwu-mdata/
H A Draw_mtd.c53 ret = mtd_unlock(mtd, offs, lock_len);
/u-boot/drivers/dfu/
H A Ddfu_mtd.c80 ret = mtd_unlock(mtd, lock_ofs, lock_len);
/u-boot/drivers/mtd/
H A Dmtdcore.c464 error = mtd_unlock(mtd, 0, mtd->size);
1611 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) function
1621 EXPORT_SYMBOL_GPL(mtd_unlock); variable
H A Dmtdconcat.c549 err = mtd_unlock(subdev, ofs, size);
/u-boot/include/linux/mtd/
H A Dmtd.h442 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);

Completed in 122 milliseconds