/kernel/linux/linux-5.10/tools/usb/ |
H A D | hcd-tests.sh | 32 declare -i COUNT BUFLEN 35 BUFLEN=2048 51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null 96 BUFLEN=2048 145 BUFLEN=4096 148 BUFLEN=64 160 BUFLEN=24500 168 BUFLEN=32768 213 BUFLEN=24500 221 BUFLEN [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro 28 memset(src, POISON, BUFLEN); in do_one() 29 memset(dst, POISON, BUFLEN); in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop() 70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop() 71 redzone = malloc(BUFLEN); in test_copy_loop() 72 fill = malloc(BUFLEN); in test_copy_loop() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro 28 memset(src, POISON, BUFLEN); in do_one() 29 memset(dst, POISON, BUFLEN); in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop() 70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop() 71 redzone = malloc(BUFLEN); in test_copy_loop() 72 fill = malloc(BUFLEN); in test_copy_loop() [all...] |
/kernel/linux/linux-6.6/tools/usb/ |
H A D | hcd-tests.sh | 32 declare -i COUNT BUFLEN 35 BUFLEN=2048 51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null 96 BUFLEN=2048 145 BUFLEN=4096 148 BUFLEN=64 160 BUFLEN=24500 168 BUFLEN=32768 213 BUFLEN=24500 221 BUFLEN [all...] |
/kernel/linux/common_modules/newip/examples/ |
H A D | nip_udp_server_demo.c | 29 char buf[BUFLEN] = {0}; in recv_send() 38 memset(buf, 0, sizeof(char) * BUFLEN); in recv_send() 40 recv_num = recvfrom(fd, buf, BUFLEN, 0, (struct sockaddr *)&si_remote, &slen); in recv_send() 50 ret = sendto(fd, buf, BUFLEN, 0, (struct sockaddr *)&si_remote, slen); in recv_send()
|
H A D | nip_udp_client_demo.c | 28 char buf[BUFLEN] = {0}; in _sendto() 39 if (sendto(cfd, buf, BUFLEN, 0, (struct sockaddr *)si_server, slen) < 0) { in _sendto() 49 char buf[BUFLEN] = {0}; in _recvfrom() 68 ret = recvfrom(cfd, buf, BUFLEN, 0, (struct sockaddr *)si_server, &slen); in _recvfrom()
|
H A D | nip_tcp_client_demo.c | 29 char buf[BUFLEN] = {0}; in _send() 49 char buf[BUFLEN] = {0}; in _recv()
|
H A D | nip_lib.h | 28 #define BUFLEN 1024 macro
|
H A D | nip_tcp_server_demo.c | 28 char buf[BUFLEN] = {0}; in recv_send()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 224 #define BUFLEN HASH_BLOCK_SIZE macro 328 u8 xmit_buf[BUFLEN]; 380 * @fallback: Software transformation for zero message or size < BUFLEN. 1164 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs() 1211 * Note 2: we enter here when digcnt > BUFLEN (=HASH_BLOCK_SIZE) or 1212 * either req->nbytes or ctx->bufcnt + req->nbytes is > BUFLEN or 1231 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request() 1232 /* bytes left from previous request, so fill up to BUFLEN */ in s5p_hash_prepare_request() 1233 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request() [all...] |
H A D | omap-sham.c | 137 #define BUFLEN SHA512_BLOCK_SIZE macro 227 u8 xmit_buf[BUFLEN] OMAP_ALIGNED; 1011 ctx->buflen = BUFLEN; in omap_sham_init() 1351 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg() 2171 BUFLEN; in omap_sham_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | s5p-sss.c | 225 #define BUFLEN HASH_BLOCK_SIZE macro 329 u8 xmit_buf[BUFLEN]; 381 * @fallback: Software transformation for zero message or size < BUFLEN. 1161 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs() 1208 * Note 2: we enter here when digcnt > BUFLEN (=HASH_BLOCK_SIZE) or 1209 * either req->nbytes or ctx->bufcnt + req->nbytes is > BUFLEN or 1228 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request() 1229 /* bytes left from previous request, so fill up to BUFLEN */ in s5p_hash_prepare_request() 1230 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request() [all...] |
H A D | omap-sham.c | 133 #define BUFLEN SHA512_BLOCK_SIZE macro 222 u8 xmit_buf[BUFLEN] OMAP_ALIGNED; 988 ctx->buflen = BUFLEN; in omap_sham_init() 1335 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg() 2164 BUFLEN; in omap_sham_probe()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | vsxxxaa.c | 104 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro 105 unsigned char buf[BUFLEN]; 119 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes() 126 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | vsxxxaa.c | 101 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro 102 unsigned char buf[BUFLEN]; 116 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes() 123 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | igorplugusb.c | 25 #define BUFLEN 36 macro 26 #define MAX_PACKET (HEADERLEN + BUFLEN)
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | igorplugusb.c | 25 #define BUFLEN 36 macro 26 #define MAX_PACKET (HEADERLEN + BUFLEN)
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-debugfs.c | 22 #define BUFLEN 63 macro
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-debugfs.c | 22 #define BUFLEN 63 macro
|