ep1_out_buf       219 sound/usb/caiaq/device.c 		memcpy(cdev->ep1_out_buf+1, buffer, len);
ep1_out_buf       221 sound/usb/caiaq/device.c 	cdev->ep1_out_buf[0] = command;
ep1_out_buf       223 sound/usb/caiaq/device.c 			   cdev->ep1_out_buf, len+1, &actual_len, 200);
ep1_out_buf       242 sound/usb/caiaq/device.c 		memcpy(cdev->ep1_out_buf+2, buffer, len);
ep1_out_buf       244 sound/usb/caiaq/device.c 	cdev->ep1_out_buf[0] = command;
ep1_out_buf       245 sound/usb/caiaq/device.c 	cdev->ep1_out_buf[1] = bank;
ep1_out_buf       248 sound/usb/caiaq/device.c 			   cdev->ep1_out_buf, len+2, &actual_len, 200);
ep1_out_buf        70 sound/usb/caiaq/device.h 	unsigned char ep1_out_buf[EP1_BUFSIZE];