Home
last modified time | relevance | path

Searched refs:isochronous (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/gadget/udc/
Dm66592-udc.c295 m66592->isochronous--; in pipe_buffer_release()
400 if (m66592->isochronous >= M66592_MAX_NUM_ISOC) { in alloc_pipe_config()
405 + m66592->isochronous; in alloc_pipe_config()
406 counter = &m66592->isochronous; in alloc_pipe_config()
425 if (m66592->isochronous >= M66592_MAX_NUM_ISOC) { in alloc_pipe_config()
429 info.pipe = M66592_BASE_PIPENUM_ISOC + m66592->isochronous; in alloc_pipe_config()
431 counter = &m66592->isochronous; in alloc_pipe_config()
454 if ((counter == &m66592->isochronous) && info.type == M66592_BULK) in alloc_pipe_config()
Dr8a66597-udc.c385 r8a66597->isochronous--; in pipe_buffer_release()
470 if (r8a66597->isochronous >= R8A66597_MAX_NUM_ISOC) { in alloc_pipe_config()
476 + r8a66597->isochronous; in alloc_pipe_config()
477 counter = &r8a66597->isochronous; in alloc_pipe_config()
497 if (r8a66597->isochronous >= R8A66597_MAX_NUM_ISOC) { in alloc_pipe_config()
502 info.pipe = R8A66597_BASE_PIPENUM_ISOC + r8a66597->isochronous; in alloc_pipe_config()
504 counter = &r8a66597->isochronous; in alloc_pipe_config()
528 if ((counter == &r8a66597->isochronous) && info.type == R8A66597_BULK) in alloc_pipe_config()
Dr8a66597-udc.h114 unsigned char isochronous; member
Dm66592-udc.h492 int isochronous; member
DKconfig347 This driver dose not support interrupt transfer or isochronous
366 endpoints(bulk or interrupt or isochronous), as well as
/drivers/usb/dwc2/
Dcore.h151 unsigned int isochronous:1; member
Dgadget.c592 if (hs_ep->isochronous && length > (hs_ep->mc * hs_ep->ep.maxpacket)) { in s3c_hsotg_start_req()
598 if (hs_ep->isochronous) in s3c_hsotg_start_req()
1814 if (hs_ep->isochronous && hs_ep->interval == 1) { in s3c_hsotg_epint()
1888 if (dir_in && !hs_ep->isochronous) { in s3c_hsotg_epint()
2511 hs_ep->isochronous = 0; in s3c_hsotg_ep_enable()
2523 hs_ep->isochronous = 1; in s3c_hsotg_ep_enable()
/drivers/usb/host/
DKconfig313 This driver does not support isochronous transfers and doesn't
325 This driver does not support isochronous transfers.
335 This driver does not support isochronous transfers or OTG.
349 This driver does not support isochronous transfers.
/drivers/usb/usbip/
Dusbip_protocol.txt272 Allowed transfer_flags | value | control | interrupt | bulk | isochronous
/drivers/usb/gadget/legacy/
DKconfig465 # put drivers that need isochronous transfer support (for audio