Home
last modified time | relevance | path

Searched refs:BUFLEN (Results 1 – 7 of 7) sorted by relevance

/linux/tools/usb/
H A Dhcd-tests.sh32 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=32768
[all …]
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
32 memset(src, POISON, BUFLEN); in do_one()
33 memset(dst, POISON, BUFLEN); in do_one()
60 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
73 src = memalign(BUFLEN, BUFLEN);
74 dst = memalign(BUFLEN, BUFLEN);
75 redzone = malloc(BUFLEN);
76 fill = malloc(BUFLEN);
83 memset(redzone, POISON, BUFLEN);
86 for (i = 0; i < BUFLEN; i++)
/linux/drivers/crypto/
H A Ds5p-sss.c223 #define BUFLEN HASH_BLOCK_SIZE macro
324 u8 xmit_buf[BUFLEN];
1142 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()
1209 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request()
1211 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request()
1231 if (IS_ALIGNED(xmit_len, BUFLEN)) in s5p_hash_prepare_request()
1232 xmit_len -= BUFLEN; in s5p_hash_prepare_request()
1234 xmit_len -= xmit_len & (BUFLEN - 1); in s5p_hash_prepare_request()
1243 if (xmit_len > BUFLEN) { in s5p_hash_prepare_request()
1490 if (ctx->bufcnt + req->nbytes <= BUFLEN) { in s5p_hash_update()
[all …]
H A Domap-sham.c135 #define BUFLEN SHA512_BLOCK_SIZE macro
224 u8 xmit_buf[BUFLEN] OMAP_ALIGNED;
990 ctx->buflen = BUFLEN; in omap_sham_init()
1336 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg()
2150 BUFLEN; in omap_sham_probe()
/linux/drivers/input/mouse/
H A Dvsxxxaa.c101 #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()
/linux/drivers/media/rc/
H A Digorplugusb.c25 #define BUFLEN 36 macro
26 #define MAX_PACKET (HEADERLEN + BUFLEN)
/linux/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst153 sg_init_one(sg, buffer, BUFLEN);