| /rk3399_rockchip-uboot/examples/api/ |
| H A D | demo.c | 263 void test_dump_buf(void *buf, int len) in test_dump_buf()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 216 void *X86API BE_getVESABuf(uint * len, uint * rseg, uint * roff) in BE_getVESABuf()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | rs5c372.c | 63 rs5c372_readram(unsigned char *buf, int len) in rs5c372_readram()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | max96755f.c | 180 int i, len, ret; in max96755f_bridge_probe() local
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | rockchip_nand_v9.c | 170 int len) in rockchip_nand_read_buf() 184 int len) in rockchip_nand_write_buf() 289 int len = mtd->oobsize - offset; in rockchip_nand_read_extra_oob() local 304 int len = mtd->oobsize - offset; in rockchip_nand_write_extra_oob() local
|
| H A D | rockchip_nand.c | 164 int len) in rockchip_nand_read_buf() 178 int len) in rockchip_nand_write_buf() 288 int len = mtd->oobsize - offset; in rockchip_nand_read_extra_oob() local 303 int len = mtd->oobsize - offset; in rockchip_nand_write_extra_oob() local
|
| H A D | davinci_nand.c | 55 static void nand_davinci_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in nand_davinci_read_buf() 100 int len) in nand_davinci_write_buf()
|
| H A D | omap_gpmc.c | 392 static int __read_prefetch_aligned(struct nand_chip *chip, uint32_t *buf, int len) in __read_prefetch_aligned() 419 static inline void omap_nand_read(struct mtd_info *mtd, uint8_t *buf, int len) in omap_nand_read() 429 static void omap_nand_read_prefetch(struct mtd_info *mtd, uint8_t *buf, int len) in omap_nand_read_prefetch()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl_stm32.c | 99 int rv, len; in stm32_pinctrl_config() local
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | key_matrix.c | 108 static uchar *create_keymap(struct key_matrix *config, const u32 *data, int len, in create_keymap()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | pwm_backlight.c | 116 int index, ret, count, len; in pwm_backlight_ofdata_to_platdata() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | strto.c | 57 size_t len; in strict_strtoul() local
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_debug.c | 84 void rkflash_print_hex(const char *s, const void *buf, int w, size_t len) in rkflash_print_hex()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-mem.c | 35 void xhci_flush_cache(uintptr_t addr, u32 len) in xhci_flush_cache() 50 void xhci_inval_cache(uintptr_t addr, u32 len) in xhci_inval_cache()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 216 size_t len = avb_strlen(str); in avb_strdup() local 392 size_t len; in avb_basename() local
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_region.c | 56 int len; in fdt_find_regions() local 475 int len; in fdt_next_region() local
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | atmel_spi.c | 146 unsigned int len; in spi_xfer() local 331 u32 len_tx, len_rx, len; in atmel_spi_xfer() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | attestation_key.c | 234 uint32_t len = 1; in write_cert_chain_length() local 435 uint32_t len) in write_attestation_key_to_secure_storage()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | sh_sh7734_i2c.c | 340 int i2c_read(u8 chip, u32 addr, int alen, u8 *buffer, int len) in i2c_read() 362 int i2c_write(u8 chip, u32 addr, int alen, u8 *buffer, int len) in i2c_write()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ftmac110.c | 280 static int ftmac110_send(struct eth_device *dev, void *pkt, int len) in ftmac110_send() 330 uint32_t len, rlen = 0; in ftmac110_recv() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pcmcia.c | 256 uchar code, len; in check_ide_device() local
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_env.c | 75 int len, offset = 0; in env_init_parts() local
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | cpu.c | 59 void *map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem()
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | rsa.h | 26 uint len; /* len of modulus[] in number of uint32_t */ member
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_host.c | 192 u32 len; in musb_start_urb() local 685 u8 *buf, u32 offset, u32 len) in musb_ep_program() 889 static bool musb_h_ep0_continue(struct musb *musb, u16 len, struct urb *urb) in musb_h_ep0_continue() 968 u16 csr, len; in musb_h_ep0_irq() local
|