Searched refs:BUFLEN (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/usb/ |
D | hcd-tests.sh | 31 declare -i COUNT BUFLEN 34 BUFLEN=2048 50 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null 95 BUFLEN=2048 144 BUFLEN=4096 147 BUFLEN=64 159 BUFLEN=24500 167 BUFLEN=32768 212 BUFLEN=24500 220 BUFLEN=32768 [all …]
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 11 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro 27 memset(src, POISON, BUFLEN); in do_one() 28 memset(dst, POISON, BUFLEN); in do_one() 55 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 68 src = memalign(BUFLEN, BUFLEN); in test_copy_loop() 69 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop() 70 redzone = malloc(BUFLEN); in test_copy_loop() 71 fill = malloc(BUFLEN); in test_copy_loop() 78 memset(redzone, POISON, BUFLEN); in test_copy_loop() 81 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
|
/linux-4.4.14/drivers/input/mouse/ |
D | vsxxxaa.c | 116 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro 117 unsigned char buf[BUFLEN]; 131 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes() 138 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
|
/linux-4.4.14/drivers/media/rc/ |
D | igorplugusb.c | 34 #define BUFLEN 36 macro 35 #define MAX_PACKET (HEADERLEN + BUFLEN)
|
D | lirc_dev.c | 236 if (1 > d->code_length || (BUFLEN * 8) < d->code_length) { in lirc_register_driver() 240 d->minor, BUFLEN * 8); in lirc_register_driver() 319 buffer_size = d->buffer_size ? d->buffer_size : BUFLEN / bytes_in_key; in lirc_register_driver()
|
/linux-4.4.14/include/media/ |
D | lirc_dev.h | 13 #define BUFLEN 16 macro
|
/linux-4.4.14/drivers/crypto/ |
D | omap-sham.c | 136 #define BUFLEN PAGE_SIZE macro 891 ctx->buflen = BUFLEN; in omap_sham_init() 1255 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 1186 #undef BUFLEN
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 1396 .buffer_size = BUFLEN / 2,
|