Searched defs:to (Results 1 - 25 of 46) sorted by path

12

/u-boot/fs/ubifs/
H A Dkey.h410 key_read(const struct ubifs_info *c, const void *from, union ubifs_key *to) argument
425 key_write(const struct ubifs_info *c, const union ubifs_key *from, void *to) argument
441 key_write_idx(const struct ubifs_info *c, const union ubifs_key *from, void *to) argument
456 key_copy(const struct ubifs_info *c, const union ubifs_key *from, union ubifs_key *to) argument
[all...]
/u-boot/include/
H A Duniverse.h17 unsigned int to; /* Translation */ member in struct:_SLAVE_IMAGE
/u-boot/arch/arm/include/asm/
H A Dio.h308 __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
338 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
[all...]
/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c678 loff_t to; local
709 loff_t off, to; local
[all...]
/u-boot/boot/
H A Dbootflow.c687 char *to = buf; local
721 char *to, *end; local
[all...]
H A Dbootmeth_cros.c103 char *cmd, *to, *end; local
[all...]
H A Dimage-board.c164 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) argument
[all...]
H A Dimage-host.c13 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) argument
/u-boot/cmd/
H A Darmflash.c200 ulong from, to; local
[all...]
H A Dnvedit.c887 char *to = argv[1]; local
[all...]
H A Donenand.c109 static int onenand_write_oneblock_withoob(loff_t to, const u_char * buf, argument
133 static int onenand_block_write(loff_t to, size_t len, argument
[all...]
H A Dximg.c188 void *to = (void *) dest; local
/u-boot/common/
H A Dbloblist.c475 bloblist_reloc(void *to, uint to_size) argument
[all...]
H A Dflash.c27 flash_protect(int flag, ulong from, ulong to, flash_info_t *info) argument
[all...]
H A Dkgdb_stubs.c51 void kgdb_flush_cache_range(void *from, void *to) argument
/u-boot/common/eeprom/
H A Deeprom_field.c18 int to = reverse ? 0 : field->size - 1; local
/u-boot/disk/
H A Dpart_amiga.c36 static void bcpl_strcpy(char *to, char *from) argument
[all...]
/u-boot/drivers/mtd/
H A Daltera_qspi.c112 loff_t to = addr - base; local
206 static int altera_qspi_write(struct mtd_info *mtd, loff_t to, size_t len, argument
H A Dcfi_mtd.c80 static int cfi_mtd_write(struct mtd_info *mtd, loff_t to, size_t len, argument
H A Dmtdconcat.c121 concat_write(struct mtd_info *mtd, loff_t to, size_t len, argument
164 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t * retlen) argument
297 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
[all...]
H A Dmtdcore.c1012 mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
1047 mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
1129 mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
1566 mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, u_char *buf) argument
1679 default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
1711 mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
[all...]
H A Dmtdpart.c398 part_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
405 part_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
412 part_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
436 part_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c958 mxs_nand_hook_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
[all...]
H A Dnand_base.c3181 nand_do_write_ops(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
3310 panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const uint8_t *buf) argument
3342 nand_do_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
3424 nand_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
[all...]
H A Dnand_bbt.c630 loff_t to; local
[all...]

Completed in 214 milliseconds

12