Searched defs:SIZEOUTBUF (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dusbdux.c174 #define SIZEOUTBUF ((8*SIZEDAOUT)) macro
698 urb->transfer_buffer_length = SIZEOUTBUF;
711 urb->iso_frame_desc[0].length = SIZEOUTBUF;
2419 usbduxsub[index].outBuffer = kzalloc(SIZEOUTBUF, GFP_KERNEL);
2519 kzalloc(SIZEOUTBUF, GFP_KERNEL);
2529 usbduxsub[index].urbOut[i]->transfer_buffer_length = SIZEOUTBUF;
2532 SIZEOUTBUF;
H A Dusbduxsigma.c135 #define SIZEOUTBUF ((8*SIZEDAOUT)) macro
651 urb->transfer_buffer_length = SIZEOUTBUF;
664 urb->iso_frame_desc[0].length = SIZEOUTBUF;
2427 usbduxsub[index].outBuffer = kzalloc(SIZEOUTBUF, GFP_KERNEL);
2529 kzalloc(SIZEOUTBUF, GFP_KERNEL);
2540 SIZEOUTBUF;
2543 SIZEOUTBUF;

Completed in 67 milliseconds