Searched refs:EP1_BUFSIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/usb/caiaq/
H A Ddevice.h24 #define EP1_BUFSIZE 64 macro
69 unsigned char ep1_in_buf[EP1_BUFSIZE];
70 unsigned char ep1_out_buf[EP1_BUFSIZE];
71 unsigned char midi_out_buf[EP1_BUFSIZE];
H A Ddevice.c201 if (len > EP1_BUFSIZE - 1)
202 len = EP1_BUFSIZE - 1;
224 if (len > EP1_BUFSIZE - 2)
225 len = EP1_BUFSIZE - 2;
430 cdev->ep1_in_buf, EP1_BUFSIZE,
435 cdev->midi_out_buf, EP1_BUFSIZE,
H A Dmidi.c61 EP1_BUFSIZE - 3);

Completed in 128 milliseconds