| /openbmc/u-boot/env/ |
| H A D | onenand.c | 99 if (mtd_write(mtd, env_addr, ONENAND_MAX_ENV_SIZE, &retlen, in env_onenand_save()
|
| /openbmc/hiomapd/mtd/ |
| H A D | backend.c | 302 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 D | nand.h | 56 return mtd_write(info, ofs, *len, (size_t *)len, buf); in nand_write()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_mtdif.c | 73 retval = mtd_write(mtd, addr, dev->data_bytes_per_chunk, in nandmtd_WriteChunkToNAND()
|
| /openbmc/u-boot/cmd/ |
| H A D | onenand.c | 167 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 D | obmc-flash-bmc | 400 function mtd_write() { 680 mtd_write
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | io.c | 277 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 D | mtdcore.c | 985 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 D | altera_qspi.c | 113 ret = mtd_write(mtd, to, cnt, &retlen, src); in write_buff()
|
| H A D | mtdconcat.c | 142 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 D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 7 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 D | Kconfig | 186 translating mtd_read/mtd_write commands into spi_flash_read/write
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 410 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 D | nand_util.c | 874 err = mtd_write(mtd, offset, mtd->erasesize, &retlen, buf); in nand_torture()
|