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

/u-boot/drivers/fwu-mdata/
H A Draw_mtd.c95 mtd_lock(mtd, offs, lock_len);
/u-boot/drivers/dfu/
H A Ddfu_mtd.c186 ret = mtd_lock(mtd, lock_ofs, lock_len);
/u-boot/include/linux/mtd/
H A Dmtd.h441 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/u-boot/drivers/mtd/
H A Dmtdcore.c1599 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) function
1609 EXPORT_SYMBOL_GPL(mtd_lock); variable
H A Dmtdconcat.c515 err = mtd_lock(subdev, ofs, size);

Completed in 156 milliseconds