Home
last modified time | relevance | path

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

/u-boot/drivers/dfu/
A Ddfu_mtd.c152 ret = mtd_lock(mtd, lock_ofs, lock_len); in mtd_block_op()
/u-boot/include/linux/mtd/
A Dmtd.h440 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/u-boot/drivers/mtd/
A Dmtdcore.c1572 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1582 EXPORT_SYMBOL_GPL(mtd_lock);
A Dmtdconcat.c525 err = mtd_lock(subdev, ofs, size); in concat_lock()

Completed in 10 milliseconds