/u-boot/board/gdsys/common/ |
A D | osd_cmd.c | 27 size_t buflen; in do_osd_write() local 38 buflen = strlen(hexstr) / 2; in do_osd_write() 40 buffer = malloc(buflen); in do_osd_write() 46 res = hex2bin(buffer, hexstr, buflen); in do_osd_write() 58 res = video_osd_set_mem(dev, x, y, buffer, buflen, count); in do_osd_write()
|
/u-boot/drivers/usb/gadget/ |
A D | config.c | 34 usb_descriptor_fillbuf(void *buf, unsigned buflen, in usb_descriptor_fillbuf() argument 46 if (len > buflen) in usb_descriptor_fillbuf() 49 buflen -= len; in usb_descriptor_fillbuf()
|
/u-boot/include/ |
A D | hw_sha.h | 21 void hw_sha256(const uchar * in_addr, uint buflen, 34 void hw_sha1(const uchar * in_addr, uint buflen,
|
A D | video_osd.h | 84 size_t buflen, uint count); 161 size_t buflen, uint count);
|
A D | efi_loader.h | 836 size_t buflen,
|
/u-boot/drivers/video/ |
A D | sandbox_osd.c | 43 size_t buflen, uint count) in sandbox_osd_set_mem() argument 56 memcpy(mem + pos + (i * buflen), buf, buflen); in sandbox_osd_set_mem() 130 int sandbox_osd_get_mem(struct udevice *dev, u8 *buf, size_t buflen) in sandbox_osd_get_mem() argument 135 if (buflen < memsize) in sandbox_osd_get_mem()
|
A D | video_osd-uclass.c | 19 size_t buflen, uint count) in video_osd_set_mem() argument 23 return ops->set_mem(dev, col, row, buf, buflen, count); in video_osd_set_mem()
|
A D | ihs_video_out.c | 133 size_t buflen, uint count) in ihs_video_out_set_mem() argument 143 offset = row * priv->base_width + col + rep * (buflen / 2); in ihs_video_out_set_mem() 146 for (k = 0; k < buflen / 2; ++k) { in ihs_video_out_set_mem()
|
/u-boot/cmd/ |
A D | osd.c | 91 size_t buflen; in do_osd_write() local 107 buflen = strlen(hexstr) / 2; in do_osd_write() 109 buffer = malloc(buflen); in do_osd_write() 115 res = hex2bin(buffer, hexstr, buflen); in do_osd_write() 122 res = video_osd_set_mem(osd_cur, x, y, buffer, buflen, count); in do_osd_write()
|
A D | nvedit_efi.c | 138 size_t buflen; in match_name() local 142 buflen = utf16_utf8_strlen(var_name16) + 1; in match_name() 143 buf = calloc(1, buflen); in match_name()
|
A D | mtdparts.c | 1087 static int generate_mtdparts(char *buf, u32 buflen) in generate_mtdparts() argument 1096 u32 maxlen = buflen - 1; in generate_mtdparts() 1212 static int generate_mtdparts_save(char *buf, u32 buflen) in generate_mtdparts_save() argument 1216 ret = generate_mtdparts(buf, buflen); in generate_mtdparts_save()
|
/u-boot/drivers/block/ |
A D | ide.c | 212 unsigned char *buffer, int buflen) in atapi_issue() argument 235 (unsigned char) ((buflen >> 8) & 0xFF)); in atapi_issue() 264 if (buflen) in atapi_issue() 282 if (n > buflen) { in atapi_issue() 284 buflen); in atapi_issue() 288 if ((n == 0) && (buflen < 0)) { in atapi_issue() 289 printf("ERROR, transfer bytes %d requested %d\n", n, buflen); in atapi_issue() 293 if (n != buflen) { in atapi_issue() 295 n, buflen); in atapi_issue() 338 unsigned char *buffer, int buflen) in atapi_issue_autoreq() argument [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_signature.c | 56 size_t buflen, in efi_parse_pkcs7_header() argument 67 if (buflen > sizeof(pkcs7_hdr) && in efi_parse_pkcs7_header() 69 msg = pkcs7_parse_message(buf, buflen); in efi_parse_pkcs7_header() 84 ebuflen = sizeof(pkcs7_hdr) + buflen; in efi_parse_pkcs7_header() 97 memcpy(ebuf + sizeof(pkcs7_hdr), buf, buflen); in efi_parse_pkcs7_header()
|
/u-boot/api/ |
A D | api.c | 517 int i, buflen; in API_env_enum() local 547 buflen = strlen(match->key) + strlen(match->data) + 2; in API_env_enum() 548 var = realloc(var, buflen); in API_env_enum() 549 snprintf(var, buflen, "%s=%s", match->key, match->data); in API_env_enum()
|
/u-boot/drivers/net/ |
A D | bcm-sf2-eth-gmac.c | 328 size_t buflen; in gmac_tx_packet() local 336 buflen = len + 4; in gmac_tx_packet() 338 ctrl = (buflen & D64_CTRL2_BC_MASK); in gmac_tx_packet() 402 size_t rcvlen = 0, buflen = 0; in gmac_check_rx_done() local 448 buflen = (descp->ctrl2 & D64_CTRL2_BC_MASK); in gmac_check_rx_done() 454 (uint32_t)bufp, index, buflen, stat0, stat1); in gmac_check_rx_done()
|
/u-boot/doc/ |
A D | README.440-DDR-performance | 43 ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5000 tcp -> 83 ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5000 tcp ->
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.c | 880 const int buflen = SZ_8K; in create_gpt_partitions() local 889 buf = malloc(buflen); in create_gpt_partitions() 903 memset(buf, 0, buflen); in create_gpt_partitions() 913 if (offset + 100 > buflen) { in create_gpt_partitions() 923 offset += snprintf(buf + offset, buflen - offset, in create_gpt_partitions() 931 buflen - offset, in create_gpt_partitions() 936 buflen - offset, in create_gpt_partitions() 941 buflen - offset, in create_gpt_partitions() 953 buflen - offset, in create_gpt_partitions() 958 offset += snprintf(buf + offset, buflen - offset, ";"); in create_gpt_partitions() [all …]
|
/u-boot/arch/sandbox/include/asm/ |
A D | test.h | 125 int sandbox_osd_get_mem(struct udevice *dev, u8 *buf, size_t buflen);
|
/u-boot/drivers/crypto/ |
A D | ace_sha.h | 311 int ace_sha_hash_digest(const uchar * in_addr, uint buflen,
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() argument 550 if (buflen < 2) in fdt_get_path() 567 if ((p + namelen + 1) <= buflen) { in fdt_get_path()
|
A D | libfdt.h | 829 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
|
/u-boot/include/linux/usb/ |
A D | gadget.h | 931 void *buf, unsigned buflen, const struct usb_descriptor_header **desc);
|