Home
last modified time | relevance | path

Searched refs:mtd_write (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/env/
H A Donenand.c99 if (mtd_write(mtd, env_addr, ONENAND_MAX_ENV_SIZE, &retlen, in env_onenand_save()
/openbmc/hiomapd/mtd/
H A Dbackend.c302 static int mtd_write(struct backend *backend, uint32_t offset, void *buf, in mtd_write() function
354 .write = mtd_write,
/openbmc/u-boot/include/
H A Dnand.h56 return mtd_write(info, ofs, *len, (size_t *)len, buf); in nand_write()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_mtdif.c73 retval = mtd_write(mtd, addr, dev->data_bytes_per_chunk, in nandmtd_WriteChunkToNAND()
/openbmc/u-boot/cmd/
H A Donenand.c167 ret = mtd_write(mtd, ofs, blocksize, &_retlen, buf); in onenand_block_write()
278 ret = mtd_write(mtd, ofs, blocksize, &retlen, buf); in onenand_block_test()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dobmc-flash-bmc400 function mtd_write() {
680 mtd_write
/openbmc/u-boot/drivers/mtd/ubi/
H A Dio.c277 err = mtd_write(ubi->mtd, addr, len, &written, buf); in ubi_io_write()
519 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
528 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c985 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_write() function
1011 EXPORT_SYMBOL_GPL(mtd_write);
1662 ret = mtd_write(mtd, to, vecs[i].iov_len, &thislen, in default_mtd_writev()
H A Daltera_qspi.c113 ret = mtd_write(mtd, to, cnt, &retlen, src); in write_buff()
H A Dmtdconcat.c142 err = mtd_write(subdev, to, size, &retsize, buf); in concat_write()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch7 Fix warnings abot PRIdoff_t in libmtd.c, in mtd_read (and mtd_write):
146 @@ -1188,8 +1188,8 @@ int mtd_write(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb,
/openbmc/u-boot/drivers/mtd/spi/
H A DKconfig186 translating mtd_read/mtd_write commands into spi_flash_read/write
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h410 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c874 err = mtd_write(mtd, offset, mtd->erasesize, &retlen, buf); in nand_torture()