Searched refs:bulk_in_size (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/usb/misc/
H A Didmouse.c71 size_t bulk_in_size; /* the maximum bulk packet size */ member in struct:usb_idmouse
163 dev->bulk_in_size, &bulk_read, 5000);
167 if (dev->bulk_in_size != dev->orig_bi_size) {
168 dev->bulk_in_size = dev->orig_bi_size;
350 dev->bulk_in_size = 0x200; /* works _much_ faster */
352 dev->bulk_in_buffer = kmalloc(IMGSIZE + dev->bulk_in_size, GFP_KERNEL);
H A Dusblcd.c45 size_t bulk_in_size; /* the size of the member in struct:usb_lcd
145 min(dev->bulk_in_size, count),
354 dev->bulk_in_size = usb_endpoint_maxp(bulk_in);
356 dev->bulk_in_buffer = kmalloc(dev->bulk_in_size, GFP_KERNEL);
/linux-master/drivers/usb/
H A Dusb-skeleton.c54 size_t bulk_in_size; /* the size of the receive buffer */ member in struct:usb_skel
197 min(dev->bulk_in_size, count),
520 dev->bulk_in_size = usb_endpoint_maxp(bulk_in);
522 dev->bulk_in_buffer = kmalloc(dev->bulk_in_size, GFP_KERNEL);
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr.h81 size_t bulk_in_size; member in struct:hdpvr_device
H A Dhdpvr-video.c157 mem = usb_alloc_coherent(dev->udev, dev->bulk_in_size, GFP_KERNEL,
168 mem, dev->bulk_in_size,
332 buf = kmalloc(dev->bulk_in_size, GFP_KERNEL);
354 buf, dev->bulk_in_size, &actual_length,
1026 f->fmt.pix.sizeimage = dev->bulk_in_size;
H A Dhdpvr-core.c333 dev->bulk_in_size = buffer_size;
/linux-master/include/linux/usb/
H A Dserial.h41 * @bulk_in_size: the size of the bulk_in_buffer, in bytes.
83 int bulk_in_size; member in struct:usb_serial_port
196 * @bulk_in_size: minimum number of bytes to allocate for bulk-in buffer
249 size_t bulk_in_size; member in struct:usb_serial_driver
/linux-master/drivers/input/touchscreen/
H A Dsur40.c223 size_t bulk_in_size; member in struct:sur40_state
471 sur40->bulk_in_buffer, sur40->bulk_in_size,
556 sur40->bulk_in_buffer, sur40->bulk_in_size,
719 sur40->bulk_in_size = usb_endpoint_maxp(endpoint);
721 sur40->bulk_in_buffer = kmalloc(sur40->bulk_in_size, GFP_KERNEL);
/linux-master/drivers/usb/serial/
H A Dgeneric.c112 if (port->bulk_in_size)
132 if (port->bulk_in_size) {
642 if (port->bulk_in_size) {
H A Dopticon.c384 .bulk_in_size = 256,
H A Dir-usb.c464 ir_device.bulk_in_size = buffer_size;
H A Dusb_wwan.c449 if (!port->bulk_in_size || !port->bulk_out_size)
H A Dusb-serial.c851 buffer_size = max_t(int, type->bulk_in_size, usb_endpoint_maxp(epd));
852 port->bulk_in_size = buffer_size;
H A Dipaq.c504 .bulk_in_size = 256,
H A Dpl2303.c1244 .bulk_in_size = 256,
H A Df81232.c975 .bulk_in_size = 256,
H A Diuu_phoenix.c1167 .bulk_in_size = 512,
H A Dcp210x.c307 .bulk_in_size = 256,
H A Dftdi_sio.c2881 .bulk_in_size = 512,

Completed in 238 milliseconds