Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h431 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1684 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in mtd_writev() function
1694 EXPORT_SYMBOL_GPL(mtd_writev);
H A Dmtdconcat.c209 err = mtd_writev(subdev, &vecs_copy[entry_low], in concat_writev()