Searched refs:bulk_out_size (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/usb/serial/
H A Dir-usb.c266 if (port->bulk_out_size == 0)
272 count = min(count, port->bulk_out_size - 1);
348 if (port->bulk_out_size == 0)
352 count = port->bulk_out_size - 1;
465 ir_device.bulk_out_size = buffer_size;
H A Dempeg.c51 .bulk_out_size = 256,
H A Dusb_debug.c86 .bulk_out_size = USB_DEBUG_MAX_PACKET_SIZE,
H A Dgeneric.c124 if (port->bulk_out_size) {
178 port->bulk_out_size);
218 if (!port->bulk_out_size)
239 if (!port->bulk_out_size)
256 if (!port->bulk_out_size)
649 if (port->bulk_out_size) {
H A Daircable.c145 .bulk_out_size = HCI_COMPLETE_FRAME,
H A Dcyberjack.c204 length = (wrexpected > port->bulk_out_size) ?
205 port->bulk_out_size : wrexpected;
375 length = ((priv->wrfilled - priv->wrsent) > port->bulk_out_size) ?
376 port->bulk_out_size : (priv->wrfilled - priv->wrsent);
H A Dvisor.c170 .bulk_out_size = 256,
190 .bulk_out_size = 256,
209 .bulk_out_size = 256,
H A Ddigi_acceleport.c394 len = min(count, oob_port->bulk_out_size);
459 len = min(count, port->bulk_out_size-2-priv->dp_out_buf_len);
898 count = min(count, port->bulk_out_size-2);
920 new_len = min(count, port->bulk_out_size-2-priv->dp_out_buf_len);
1037 room = port->bulk_out_size - 2 - priv->dp_out_buf_len;
1054 chars = port->bulk_out_size - 2;
H A Dkeyspan_pda.c491 if (count > port->bulk_out_size)
492 count = port->bulk_out_size;
H A Dkl5kusb105.c84 .bulk_out_size = 64,
H A Doti6858.c284 if (count > port->bulk_out_size)
285 count = port->bulk_out_size;
H A Dusb-serial.c885 if (type->bulk_out_size)
886 buffer_size = type->bulk_out_size;
889 port->bulk_out_size = buffer_size;
H A Dusb_wwan.c449 if (!port->bulk_in_size || !port->bulk_out_size)
H A Dwhiteheat.c547 if (command_port->bulk_out_size < datasize + 1)
H A Dmct_u232.c429 port->bulk_out_size = 16;
H A Dipaq.c505 .bulk_out_size = 256,
H A Dpl2303.c1245 .bulk_out_size = 256,
H A Df81232.c976 .bulk_out_size = 256,
H A Diuu_phoenix.c1168 .bulk_out_size = 512,
H A Dti_usb_3410_5052.c1304 port->bulk_out_size);
H A Dcp210x.c308 .bulk_out_size = 256,
H A Dio_ti.c2038 port->bulk_out_size);
H A Dftdi_sio.c2882 .bulk_out_size = 256,
/linux-master/include/linux/usb/
H A Dserial.h49 * @bulk_out_size: the size of the bulk_out_buffer, in bytes.
92 int bulk_out_size; member in struct:usb_serial_port
198 * @bulk_out_size: bytes to allocate for bulk-out buffer (0 = end-point size)
250 size_t bulk_out_size; member in struct:usb_serial_driver

Completed in 296 milliseconds