Searched refs:BUF_LEN (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c10 #define BUF_LEN 65536 macro
24 char *usermap = memalign(BUF_LEN, BUF_LEN);
25 char *kernelmap = memalign(BUF_LEN, BUF_LEN);
30 memset(usermap, 0, BUF_LEN);
31 memset(kernelmap, 0, BUF_LEN);
33 for (i = 0; i < BUF_LEN; i++) {
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c36 #define BUF_LEN 8192 macro
170 static unsigned char buffer[BUF_LEN];
172 libusb_bulk_transfer(state.handle, in_addr, buffer, BUF_LEN,
174 libusb_bulk_transfer(state.handle, out_addr, buffer, BUF_LEN,
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c36 #define BUF_LEN 8192 macro
169 static unsigned char buffer[BUF_LEN];
171 libusb_bulk_transfer(state.handle, addr, buffer, BUF_LEN,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9035.h46 #define BUF_LEN 64 macro
47 u8 buf[BUF_LEN];
H A Daf9015.h92 #define BUF_LEN 63 macro
95 u8 buf[BUF_LEN]; /* bulk USB control message */
H A Dzd1301.c17 #define BUF_LEN 8 macro
18 u8 buf[BUF_LEN]; /* bulk USB control message */
H A Daf9015.c67 if ((write && (req->data_len > BUF_LEN - REQ_HDR_LEN)) ||
68 (!write && (req->data_len > BUF_LEN - ACK_HDR_LEN))) {
307 #define LEN_MAX (BUF_LEN - REQ_HDR_LEN) /* Max payload size */
H A Daf9035.c46 if (req->wlen > (BUF_LEN - REQ_HDR_LEN - CHECKSUM_LEN) ||
47 req->rlen > (BUF_LEN - ACK_HDR_LEN - CHECKSUM_LEN)) {
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c52 #define BUF_LEN 8192 macro
292 buf_in = malloc(BUF_LEN);
293 buf_out = malloc(BUF_LEN);
344 io_prep_pwrite(iocb_in, ep[0], buf_in, BUF_LEN, 0);
358 io_prep_pread(iocb_out, ep[1], buf_out, BUF_LEN, 0);
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c50 #define BUF_LEN 8192 macro
300 init_bufs(&iobuf[i], BUFS_MAX, BUF_LEN);
/linux-master/drivers/input/touchscreen/
H A Dbu21029_ts.c150 #define BUF_LEN 8 macro
222 u8 buf[BUF_LEN];
/linux-master/lib/
H A Dtest_objagg.c27 #define BUF_LEN 128 macro
32 char next_root_buf[BUF_LEN];
39 char buf[BUF_LEN];

Completed in 176 milliseconds