| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | formike.c | 26 u8 buf[2]; in spi_write_tag_val() local
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | LzmaTools.c | 40 int lzma_is_valid(const unsigned char *buf) in lzma_is_valid()
|
| /rk3399_rockchip-uboot/board/davinci/ea20/ |
| H A D | ea20.c | 294 unsigned char buf[2]; in board_late_init() local
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | atsha204a-i2c.c | 148 static int atsha204a_send(struct udevice *dev, const u8 *buf, u8 len) in atsha204a_send() 161 static int atsha204a_recv(struct udevice *dev, u8 *buf, u8 len) in atsha204a_recv()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_mtd_blk.c | 72 ulong count, void *buf) in mtd_spl_load_read()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | cpu.c | 25 char buf[100]; in print_cpu_list() local
|
| H A D | ext4.c | 82 ulong buf, blk; in do_ext4_sparse_write() local
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 142 uint8_t buf[288]; in find_key() local 183 uint8_t buf[256]; in read_common_data() local 376 uint8_t buf[20]; in hre_execute_op() local
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 767 char buf[BLOCK_SIZE] = "\0"; in write_data() local 852 char buf[BLOCK_SIZE]; in get_entry() local 962 char *buf = NULL; in parse_level_conf() local 1018 char *buf = (char *)content.load_addr; in test_charge() local 1244 char buf[MAX_INDEX_ENTRY_PATH_LEN]; in mkdirs() local 1287 char buf[BLOCK_SIZE]; in dump_file() local 1328 char buf[BLOCK_SIZE]; in unpack_image() local 1413 char *buf = NULL; in write_file() local
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | libata.c | 138 void ata_swap_buf_le16(u16 *buf, unsigned int buf_words) in ata_swap_buf_le16()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rknand.c | 27 static void rknand_set_header(void *buf, struct stat *sbuf, int ifd, in rknand_set_header()
|
| H A D | mxsboot.c | 385 static int mx28_nand_write_fcb(struct mx28_nand_fcb *fcb, uint8_t *buf) in mx28_nand_write_fcb() 407 static int mx28_nand_write_dbbt(struct mx28_nand_dbbt *dbbt, uint8_t *buf) in mx28_nand_write_dbbt() 421 uint8_t *buf) in mx28_nand_write_firmware() 470 uint8_t *buf; in mx28_create_nand_image() local 535 uint32_t *buf; in mx28_create_sd_image() local
|
| H A D | mips-relocs.c | 177 static void output_uint(uint8_t **buf, uint64_t val) in output_uint() 202 uint8_t *buf_start, *buf; in main() local
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi_flash.c | 289 size_t cmd_len, const void *buf, size_t buf_len) in spi_flash_write_common() 385 size_t len, const void *buf) in spi_flash_cmd_write_ops() 711 static int sst_byte_write(struct spi_flash *flash, u32 offset, const void *buf) in sst_byte_write() 737 const void *buf) in sst_write_wp() 805 const void *buf) in sst_write_bp()
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_journal.h | 41 char *buf; member 46 char *buf; member
|
| /rk3399_rockchip-uboot/board/astro/mcf5373l/ |
| H A D | fpga.c | 104 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn() 326 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v1.c | 181 u32 *buf = (u32 *)output; in rockchip_crypto_sha_final() local 216 u32 nbits, *buf = (u32 *)output; in rockchip_crypto_rsa_verify() local
|
| /rk3399_rockchip-uboot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 49 int video_bridge_read_edid(struct udevice *dev, u8 *buf, int buf_size) in video_bridge_read_edid()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_spl.c | 44 uchar *buf = (uchar *)CONFIG_SYS_NAND_BASE; in nand_spl_load_image() local
|
| /rk3399_rockchip-uboot/board/freescale/p1010rdb/ |
| H A D | ddr.c | 102 char buf[32]; in fixed_sdram() local
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | 79 static inline int fs_read_unsupported(const char *filename, void *buf, in fs_read_unsupported() 86 static inline int fs_write_unsupported(const char *filename, void *buf, in fs_write_unsupported() 399 void *buf; in fs_read() local 422 void *buf; in fs_write() local
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm-uclass.c | 34 int tpm_get_desc(struct udevice *dev, char *buf, int size) in tpm_get_desc()
|
| /rk3399_rockchip-uboot/board/theadorable/ |
| H A D | fpga.c | 62 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
|
| /rk3399_rockchip-uboot/board/BuR/common/ |
| H A D | common.c | 121 char buf[32]; in load_lcdtiming() local 327 char buf[32] = { 0 }; in br_summaryscreen_printdtb() local
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | imx_lpi2c.c | 214 static int bus_i2c_read(struct imx_lpi2c_reg *regs, u32 chip, u8 *buf, int len) in bus_i2c_read() 231 static int bus_i2c_write(struct imx_lpi2c_reg *regs, u32 chip, u8 *buf, int len) in bus_i2c_write()
|