| /rk3399_rockchip-uboot/common/ |
| H A D | cli_readline.c | 203 unsigned long *eol_num, char *buf, unsigned long len) in cread_add_char() 237 char *buf, unsigned long len) in cread_add_str() 245 static int cread_line(const char *const prompt, char *buf, unsigned int *len, in cread_line() 527 unsigned int len = CONFIG_SYS_CBSIZE; in cli_readline_into_buffer() local
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 81 journal_read (int block, int len, char *buffer) in journal_read() 92 block_read (unsigned int blockNr, int start, int len, char *buffer) in block_read() 587 reiserfs_read (char *buf, unsigned len) in reiserfs_read() 722 unsigned int len; in reiserfs_dir() local
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | crc16.c | 54 const void *buffer, unsigned int len) in ext2fs_crc16()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tables_csum.c | 10 u8 table_compute_checksum(void *v, int len) in table_compute_checksum()
|
| H A D | crc16.c | 64 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *buf, int len) in crc16_ccitt()
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_sf.c | 23 long *len) in dfu_read_medium_sf() 36 u64 offset, void *buf, long *len) in dfu_write_medium_sf()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 25 static void print_hash(const char *label, u8 *hash, int len) in print_hash() 96 ulong len; in android_size() local
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | sh_spi.c | 139 unsigned int len, unsigned long flags) in sh_spi_send() 184 unsigned int len, unsigned long flags) in sh_spi_receive() 213 unsigned int len = bitlen / 8; in spi_xfer() local
|
| H A D | rockchip_sfc.c | 478 u32 len) in rockchip_sfc_xfer_setup() 543 static int rockchip_sfc_write_fifo(struct rockchip_sfc *sfc, const u8 *buf, int len) in rockchip_sfc_write_fifo() 574 static int rockchip_sfc_read_fifo(struct rockchip_sfc *sfc, u8 *buf, int len) in rockchip_sfc_read_fifo() 606 static int rockchip_sfc_fifo_transfer_dma(struct rockchip_sfc *sfc, dma_addr_t dma_buf, size_t len) in rockchip_sfc_fifo_transfer_dma() 616 const struct spi_mem_op *op, u32 len) in rockchip_sfc_xfer_data_poll() 627 const struct spi_mem_op *op, u32 len) in rockchip_sfc_xfer_data_dma() 656 const struct spi_mem_op *op, u32 len) in rockchip_sfc_xfer_data_dma_async() 714 u32 len = min_t(u32, op->data.nbytes, sfc->max_iosize); in rockchip_sfc_exec_op_bypass() local 825 u32 len = min_t(u32, op->data.nbytes, sfc->max_iosize); in rockchip_sfc_exec_op() local
|
| H A D | mpc8xx_spi.c | 233 ssize_t spi_write(uchar *addr, int alen, uchar *buffer, int len) in spi_write() 263 ssize_t spi_read(uchar *addr, int alen, uchar *buffer, int len) in spi_read()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootm.c | 383 loff_t off, size_t len) in nand_imls_legacyimage() 423 size_t len) in nand_imls_fitimage() 459 size_t len; in do_imls_nand() local
|
| H A D | md5sum.c | 77 ulong addr, len; in do_md5sum() local 140 unsigned long addr, len; in do_md5sum() local
|
| H A D | help.c | 15 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help() local
|
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | sandbox.c | 57 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz); local 84 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz); local
|
| /rk3399_rockchip-uboot/board/socrates/ |
| H A D | nand.c | 48 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in sc_nand_write_buf() 88 static void sc_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len) in sc_nand_read_buf()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | write_keybox.h | 59 uint32_t len) in read_raw_data_from_secure_storage()
|
| H A D | tables_csum.h | 10 static inline u8 table_compute_checksum(void *v, int len) in table_compute_checksum()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | bitmap.h | 17 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() local
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | psci-dt.c | 36 int len; in fdt_psci() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lpt_commit.c | 192 int lnum, offs, len, alen, done_lsave, done_ltab, err; in layout_cnodes() local 371 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; in write_cnodes() local 1077 static int get_pad_len(const struct ubifs_info *c, uint8_t *buf, int len) in get_pad_len() 1113 static int is_a_node(const struct ubifs_info *c, uint8_t *buf, int len) in is_a_node() 1151 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local 1503 static int dbg_is_all_ff(uint8_t *buf, int len) in dbg_is_all_ff() 1636 int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len; in dbg_check_ltab_lnum() local 1788 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len) in dbg_chk_lpt_sz() 1888 int err, len = c->leb_size, node_type, node_num, node_len, offs; in dump_lpt_leb() local
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 25 int len; in overlay_get_target_phandle() local 115 int len; in overlay_phandle_add_offset() local 426 int len; in overlay_fixup_phandle() local 646 int len = 0, namelen; in get_path_len() local 691 int len, frag_name_len, ret, rel_path_len; in overlay_symbol_update() local
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 74 size_t len) in tpm_tis_i2c_read() 127 const u8 *buffer, size_t len, in tpm_tis_i2c_write_generic() 176 size_t len) in tpm_tis_i2c_write() 187 size_t len) in tpm_tis_i2c_write_long() 422 static int tpm_tis_i2c_send(struct udevice *dev, const u8 *buf, size_t len) in tpm_tis_i2c_send()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | mxs_i2c.c | 112 static void mxs_i2c_setup_read(struct i2c_adapter *adap, uint8_t chip, int len) in mxs_i2c_setup_read() 228 int len) in mxs_i2c_if_read() 279 int len) in mxs_i2c_if_write()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | kmeter1_nand.c | 79 static void kpn_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in kpn_nand_write_buf() 89 static void kpn_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len) in kpn_nand_read_buf()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | eeprom.c | 85 ulong len, crc[2], crc_tmp; in env_eeprom_load() local 145 ulong crc, len, new; in env_eeprom_load() local
|