Home
last modified time | relevance | path

Searched refs:bulk (Results 1 – 25 of 34) sorted by relevance

12

/drivers/media/video/uvc/
Duvc_video.c482 nbytes = min(video->bulk.max_payload_size - video->bulk.payload_size, in uvc_video_encode_data()
545 video->bulk.payload_size += len; in uvc_video_decode_bulk()
550 if (video->bulk.header_size == 0 && !video->bulk.skip_payload) { in uvc_video_decode_bulk()
559 video->bulk.skip_payload = 1; in uvc_video_decode_bulk()
561 memcpy(video->bulk.header, mem, ret); in uvc_video_decode_bulk()
562 video->bulk.header_size = ret; in uvc_video_decode_bulk()
575 if (!video->bulk.skip_payload && buf != NULL) in uvc_video_decode_bulk()
582 video->bulk.payload_size >= video->bulk.max_payload_size) { in uvc_video_decode_bulk()
583 if (!video->bulk.skip_payload && buf != NULL) { in uvc_video_decode_bulk()
584 uvc_video_decode_end(video, buf, video->bulk.header, in uvc_video_decode_bulk()
[all …]
/drivers/media/dvb/dvb-usb/
Ddtt200u.c155 .bulk = {
200 .bulk = {
245 .bulk = {
290 .bulk = {
Ddibusb-mb.c203 .bulk = {
288 .bulk = {
352 .bulk = {
409 .bulk = {
Dcxusb.c349 const int junk_len = p->u.bulk.buffersize; in cxusb_d680_dmb_drain_video()
1302 .bulk = {
1349 .bulk = {
1400 .bulk = {
1460 .bulk = {
1510 .bulk = {
1556 .bulk = {
1604 .bulk = {
1654 .bulk = {
1701 .bulk = {
[all …]
Dm920x.c719 .bulk = {
763 .bulk = {
820 .bulk = {
840 .bulk = {
879 .bulk = {
Dusb-urb.c141 stream->props.u.bulk.buffersize)) < 0) in usb_bulk_urb_init()
156 stream->props.u.bulk.buffersize, in usb_bulk_urb_init()
Ddibusb-mc.c72 .bulk = {
Da800.c136 .bulk = {
Dumt-010.c113 .bulk = {
DcinergyT2-core.c210 .bulk = {
Dnova-t-usb2.c183 .bulk = {
Ddtv5100.c191 .bulk = {
Dgl861.c179 .bulk = {
Ddvb-usb.h107 } bulk; member
Daf9015.c848 af9015_properties[i].adapter[0].stream.u.bulk.buffersize in af9015_read_config()
854 af9015_properties[i].adapter[0].stream.u.bulk.buffersize in af9015_read_config()
1264 .bulk = {
1369 .bulk = {
Dgp8psk.c246 .bulk = {
Dvp7045.c252 .bulk = {
Ddw2102.c727 .bulk = {
779 .bulk = {
Dvp702x.c276 .bulk = {
/drivers/usb/core/
Ddevio.c757 struct usbdevfs_bulktransfer bulk; in proc_bulk() local
763 if (copy_from_user(&bulk, arg, sizeof(bulk))) in proc_bulk()
765 ret = findintfep(ps->dev, bulk.ep); in proc_bulk()
771 if (bulk.ep & USB_DIR_IN) in proc_bulk()
772 pipe = usb_rcvbulkpipe(dev, bulk.ep & 0x7f); in proc_bulk()
774 pipe = usb_sndbulkpipe(dev, bulk.ep & 0x7f); in proc_bulk()
775 if (!usb_maxpacket(dev, pipe, !(bulk.ep & USB_DIR_IN))) in proc_bulk()
777 len1 = bulk.len; in proc_bulk()
782 tmo = bulk.timeout; in proc_bulk()
783 if (bulk.ep & 0x80) { in proc_bulk()
[all …]
/drivers/scsi/
Dimm.c648 int fast, bulk, status; in imm_completion() local
651 bulk = ((v == READ_6) || in imm_completion()
684 fast = (bulk in imm_completion()
689 fast = (bulk in imm_completion()
Dppa.c541 int fast, bulk, status; in ppa_completion() local
544 bulk = ((v == READ_6) || in ppa_completion()
590 fast = (bulk && (cmd->SCp.this_residual >= PPA_BURST_SIZE)) in ppa_completion()
/drivers/usb/gadget/
DKconfig244 # if there's only one gadget driver, using only two bulk endpoints,
369 it provides 4 IN and 4 OUT endpoints (bulk or interrupt type).
449 The device controller has three configurable (bulk or interrupt)
532 # this first set of drivers all depend on bulk-capable hardware.
538 sources bulk data; or it loops back a configurable number of
540 conformance. The driver needs only two bulk-capable endpoints, so
718 This driver requires four bulk and two interrupt endpoints,
Dm66592-udc.c328 m66592->bulk--; in pipe_buffer_release()
334 m66592->bulk--; in pipe_buffer_release()
432 if (m66592->bulk >= M66592_MAX_NUM_BULK) { in alloc_pipe_config()
442 info.pipe = M66592_BASE_PIPENUM_BULK + m66592->bulk; in alloc_pipe_config()
443 counter = &m66592->bulk; in alloc_pipe_config()
488 m66592->bulk++; in alloc_pipe_config()
/drivers/usb/serial/
DChangeLog.history181 Fixed bug that Randy Dunlap found for Generic devices with no bulk out ports.
271 of ports is determined by the number of bulk out endpoints for the
309 Fixed problems with urb for bulk out.
312 bulk in / bulk out endpoint pair is being used right now.

12