Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h446 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c1573 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function
1583 EXPORT_SYMBOL_GPL(mtd_lock);
H A Dmtdconcat.c523 err = mtd_lock(subdev, ofs, size); in concat_lock()