Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan7x.c22 int len; in lan7x_write_reg() local
43 int len; in lan7x_read_reg() local
427 int ret, len; in lan7x_eth_recv() local
/rk3399_rockchip-uboot/drivers/net/
H A Dftmac100.c246 unsigned short len; in _ftmac100_recv() local
340 int len; in ftmac100_recv() local
364 int node, len; in dtbmacaddr() local
/rk3399_rockchip-uboot/common/
H A Dhash.c236 int hash_block(const char *algo_name, const void *data, unsigned int len, in hash_block()
371 static void hash_show(struct hash_algo *algo, ulong addr, ulong len, uint8_t *output) in hash_show()
383 ulong addr, len; local
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_mem.c38 int node, len, i; in dram_init() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.c42 int len = slash - path; in get_dirname() local
214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
/rk3399_rockchip-uboot/cmd/
H A Dbedbug.c62 ulong len; /* # of instructions to disassemble */ in do_bedbug_dis() local
192 int len; /* Length of command line */ in bedbug_main_loop() local
/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c_core.c292 uint8_t *buffer, int len) in i2c_read()
298 uint8_t *buffer, int len) in i2c_write()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlkc.h89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
120 size_t len; member
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsb.c511 int len = ALIGN(UBIFS_SB_NODE_SZ, c->min_io_size); in ubifs_write_sb_node() local
680 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
H A Dmaster.c358 int err, lnum, offs, len; in ubifs_write_master() local
/rk3399_rockchip-uboot/include/
H A Dslre.h75 int len; /* Substring length */ member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dvendor_misc.c28 u32 crc, len; in vendor_handle_hdcp() local
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v1.c463 static void rkss_dump(void *data, unsigned int len) in rkss_dump()
625 unsigned int len; in rkss_get_fileinfo_by_name() local
713 unsigned int len; in rkss_get_dirs_by_name() local
1078 size_t len; in ree_fs_new_read() local
1129 size_t len; in ree_fs_new_write() local
1239 size_t len; in ree_fs_new_truncate() local
1441 size_t len; in ree_fs_new_readdir() local
H A DOpteeClientRkNewFs_v2.c253 static void rkss_dump(void *data, unsigned int len) in rkss_dump()
388 unsigned int i, j, n, len; in rkss_get_fileinfo_by_name() local
456 unsigned int i, j, n, len; in rkss_get_dirs_by_name() local
1067 size_t len; in ree_fs_new_read() local
1120 size_t len; in ree_fs_new_write() local
1217 size_t len; in ree_fs_new_truncate() local
1386 size_t len; in ree_fs_new_readdir() local
/rk3399_rockchip-uboot/drivers/spi/
H A Dfsl_qspi.c388 static inline void qspi_ahb_read(struct fsl_qspi_priv *priv, u8 *rxbuf, int len) in qspi_ahb_read()
473 static void qspi_op_rdbank(struct fsl_qspi_priv *priv, u8 *rxbuf, u32 len) in qspi_op_rdbank()
517 static void qspi_op_rdid(struct fsl_qspi_priv *priv, u32 *rxbuf, u32 len) in qspi_op_rdid()
556 static void qspi_op_read(struct fsl_qspi_priv *priv, u32 *rxbuf, u32 len) in qspi_op_read()
614 static void qspi_op_write(struct fsl_qspi_priv *priv, u8 *txbuf, u32 len) in qspi_op_write()
691 static void qspi_op_rdsr(struct fsl_qspi_priv *priv, void *rxbuf, u32 len) in qspi_op_rdsr()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dio.c120 int len) in ubi_io_read()
229 int len) in ubi_io_write()
1322 int offset, int len) in self_check_write()
1387 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len) in ubi_self_check_all_ff()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_uboot.c37 unsigned long pipe, void *buffer, int len, in construct_urb()
94 void *buffer, int len, struct devrequest *setup) in _musb_submit_control_msg()
107 struct usb_device *dev, unsigned long pipe, void *buffer, int len) in _musb_submit_bulk_msg()
116 void *buffer, int len, int interval, bool nonblock) in _musb_submit_int_msg()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dfotg210.c215 uint32_t len = req->req.length - req->req.actual; in fotg210_dma() local
472 int len; in fotg210_recv() local
615 int len = fotg210_dma(ep, req); in fotg210_ep_queue() local
624 int len = fotg210_dma(ep, req); in fotg210_ep_queue() local
/rk3399_rockchip-uboot/net/
H A Dping.c82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
H A Dsntp.c52 unsigned src, unsigned len) in sntp_handler()
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c67 #define SERIAL_WRITE(fd, addr, len) serialwrite((fd), (addr), (len)) argument
385 int len = hexnumlen (num); in hexnumstr() local
467 remote_write_bytes (memaddr, myaddr, len) in remote_write_bytes() argument
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c38 static void bbt_dbg_hex(char *s, void *buf, u32 len) in bbt_dbg_hex()
58 static u32 js_hash(u8 *buf, u32 len) in js_hash()
69 static bool bbt_check_hash(u8 *buf, u32 len, u32 hash_cmp) in bbt_check_hash()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_dataflash.c118 static int spi_dataflash_erase(struct udevice *dev, u32 offset, size_t len) in spi_dataflash_erase()
211 static int spi_dataflash_read(struct udevice *dev, u32 offset, size_t len, in spi_dataflash_read()
267 int spi_dataflash_write(struct udevice *dev, u32 offset, size_t len, in spi_dataflash_write()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Drk8xx.c268 int len) in rk8xx_write()
281 static int rk8xx_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in rk8xx_read()
671 int ret, len; in rk8xx_ofdata_to_platdata() local
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c46 int gzip_parse_header(const unsigned char *src, unsigned long len) in gzip_parse_header()
128 int gzwrite(unsigned char *src, int len, in gzwrite()

1...<<11121314151617181920>>...29