| /linux/drivers/usb/misc/ |
| H A D | idmouse.c | 71 size_t bulk_in_size; /* the maximum bulk packet size */ member 163 dev->bulk_in_size, &bulk_read, 5000); in idmouse_create_image() 167 if (dev->bulk_in_size != dev->orig_bi_size) { in idmouse_create_image() 168 dev->bulk_in_size = dev->orig_bi_size; in idmouse_create_image() 350 dev->bulk_in_size = 0x200; /* works _much_ faster */ in idmouse_probe() 352 dev->bulk_in_buffer = kmalloc(IMGSIZE + dev->bulk_in_size, GFP_KERNEL); in idmouse_probe()
|
| H A D | usblcd.c | 45 size_t bulk_in_size; /* the size of the member 145 min(dev->bulk_in_size, count), in lcd_read() 354 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in lcd_probe() 356 dev->bulk_in_buffer = kmalloc(dev->bulk_in_size, GFP_KERNEL); in lcd_probe()
|
| /linux/drivers/usb/ |
| H A D | usb-skeleton.c | 54 size_t bulk_in_size; /* the size of the receive buffer */ member 197 min(dev->bulk_in_size, count), in skel_do_read_io() 520 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in skel_probe() 522 dev->bulk_in_buffer = kmalloc(dev->bulk_in_size, GFP_KERNEL); in skel_probe()
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 83 int bulk_in_size; member 249 size_t bulk_in_size; member
|
| /linux/drivers/input/touchscreen/ |
| H A D | sur40.c | 223 size_t bulk_in_size; member 471 sur40->bulk_in_buffer, sur40->bulk_in_size, in sur40_poll() 556 sur40->bulk_in_buffer, sur40->bulk_in_size, in sur40_process_video() 719 sur40->bulk_in_size = usb_endpoint_maxp(endpoint); in sur40_probe() 721 sur40->bulk_in_buffer = kmalloc(sur40->bulk_in_size, GFP_KERNEL); in sur40_probe()
|
| /linux/drivers/usb/serial/ |
| H A D | generic.c | 111 if (port->bulk_in_size) in usb_serial_generic_open() 131 if (port->bulk_in_size) { in usb_serial_generic_close() 641 if (port->bulk_in_size) { in usb_serial_generic_resume()
|
| H A D | ipaq.c | 503 .bulk_in_size = 256,
|
| H A D | opticon.c | 383 .bulk_in_size = 256,
|
| H A D | ir-usb.c | 463 ir_device.bulk_in_size = buffer_size; in ir_init()
|
| H A D | usb_wwan.c | 449 if (!port->bulk_in_size || !port->bulk_out_size) in usb_wwan_port_probe()
|
| H A D | usb-serial.c | 849 buffer_size = max_t(int, type->bulk_in_size, usb_endpoint_maxp(epd)); in setup_port_bulk_in() 850 port->bulk_in_size = buffer_size; in setup_port_bulk_in()
|
| H A D | f81232.c | 991 .bulk_in_size = 256,
|
| H A D | iuu_phoenix.c | 1166 .bulk_in_size = 512,
|
| H A D | pl2303.c | 1282 .bulk_in_size = 256,
|
| H A D | cp210x.c | 307 .bulk_in_size = 256,
|
| H A D | ftdi_sio.c | 2847 .bulk_in_size = 512,
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 1255 size_t bulk_in_size; /* the size of the receive buffer */ member 1383 min(dev->bulk_in_size, count), in skel_do_read_io() 1490 rv = skel_do_read_io(dev, dev->bulk_in_size); in skel_do_read() 1540 rv = skel_do_read_io(dev, dev->bulk_in_size); in skel_do_read() 1892 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in skel_probe() 1894 dev->bulk_in_buffer = kmalloc(dev->bulk_in_size, GFP_KERNEL); in skel_probe()
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 162 mem = usb_alloc_coherent(dev->udev, dev->bulk_in_size, GFP_KERNEL, in hdpvr_alloc_buffers() 173 mem, dev->bulk_in_size, in hdpvr_alloc_buffers() 337 buf = kmalloc(dev->bulk_in_size, GFP_KERNEL); in hdpvr_stop_streaming() 359 buf, dev->bulk_in_size, &actual_length, in hdpvr_stop_streaming() 1031 f->fmt.pix.sizeimage = dev->bulk_in_size; in vidioc_g_fmt_vid_cap()
|
| H A D | hdpvr.h | 81 size_t bulk_in_size; member
|
| H A D | hdpvr-core.c | 333 dev->bulk_in_size = buffer_size; in hdpvr_probe()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_usb_driver.rst | 238 skel->bulk_in_size,
|