Home
last modified time | relevance | path

Searched defs:len (Results 126 – 150 of 722) sorted by relevance

12345678910>>...29

/rk3399_rockchip-uboot/common/
H A Dcli_readline.c203 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 Dreiserfs.c81 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 Dcrc16.c54 const void *buffer, unsigned int len) in ext2fs_crc16()
/rk3399_rockchip-uboot/lib/
H A Dtables_csum.c10 u8 table_compute_checksum(void *v, int len) in table_compute_checksum()
H A Dcrc16.c64 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *buf, int len) in crc16_ccitt()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_sf.c23 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 Dspl_boot_image.c25 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 Dsh_spi.c139 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 Drockchip_sfc.c478 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 Dmpc8xx_spi.c233 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 Dbootm.c383 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 Dmd5sum.c77 ulong addr, len; in do_md5sum() local
140 unsigned long addr, len; in do_md5sum() local
H A Dhelp.c15 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help() local
/rk3399_rockchip-uboot/drivers/block/
H A Dsandbox.c57 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 Dnand.c48 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 Dwrite_keybox.h59 uint32_t len) in read_raw_data_from_secure_storage()
H A Dtables_csum.h10 static inline u8 table_compute_checksum(void *v, int len) in table_compute_checksum()
/rk3399_rockchip-uboot/include/linux/
H A Dbitmap.h17 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() local
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dpsci-dt.c36 int len; in fdt_psci() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt_commit.c192 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 Dfdt_overlay.c25 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 Dtpm_tis_infineon.c74 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 Dmxs_i2c.c112 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 Dkmeter1_nand.c79 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 Deeprom.c85 ulong len, crc[2], crc_tmp; in env_eeprom_load() local
145 ulong crc, len, new; in env_eeprom_load() local

12345678910>>...29