Searched refs:mtd_writev (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/jffs2/ |
H A D | writev.c | 29 return mtd_writev(c->mtd, vecs, count, to, retlen); in jffs2_flash_direct_writev()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 431 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 528 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 1684 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in mtd_writev() function 1694 EXPORT_SYMBOL_GPL(mtd_writev);
|
H A D | mtdconcat.c | 209 err = mtd_writev(subdev, &vecs_copy[entry_low], in concat_writev()
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdconcat.c | 234 err = mtd_writev(subdev, &vecs_copy[entry_low], in concat_writev()
|
H A D | mtdcore.c | 2395 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in mtd_writev() function 2410 EXPORT_SYMBOL_GPL(mtd_writev);
|