Searched defs:xfertype (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/core/
H A Durb.c330 int xfertype, max; local
362 xfertype = usb_endpoint_type(&ep->desc);
363 if (xfertype == USB_ENDPOINT_XFER_CONTROL) {
382 if (xfertype != USB_ENDPOINT_XFER_CONTROL &&
399 if (xfertype == USB_ENDPOINT_XFER_ISOC) {
448 if (usb_pipetype(urb->pipe) != pipetypes[xfertype])
450 usb_pipetype(urb->pipe), pipetypes[xfertype]);
455 switch (xfertype) {
487 switch (xfertype) {
494 && (xfertype
[all...]
/drivers/usb/usbip/
H A Dstub_rx.c396 int xfertype; local
413 xfertype = usb_endpoint_type(&ep->desc);
414 if (xfertype == USB_ENDPOINT_XFER_CONTROL) {
429 switch (xfertype) {
/drivers/usb/mon/
H A Dmon_text.c62 char xfertype; member in struct:mon_event_text
130 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S')
210 ep->xfertype = usb_endpoint_type(&urb->ep->desc);
218 if (ep->xfertype == USB_ENDPOINT_XFER_INT) {
220 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) {
226 if (ep->xfertype == USB_ENDPOINT_XFER_ISOC &&
282 ep->xfertype = usb_endpoint_type(&urb->ep->desc);
426 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) {
429 } else if (ep->xfertype == USB_ENDPOINT_XFER_INT) {
482 switch (ep->xfertype) {
[all...]
/drivers/usb/dwc2/
H A Dgadget.c2691 u32 xfertype; local
2715 xfertype = epctl & DXEPCTL_EPTYPE_MASK;
2716 if (xfertype == DXEPCTL_EPTYPE_BULK ||
2717 xfertype == DXEPCTL_EPTYPE_INTERRUPT)
2730 xfertype = epctl & DXEPCTL_EPTYPE_MASK;
2731 if (xfertype == DXEPCTL_EPTYPE_BULK ||
2732 xfertype == DXEPCTL_EPTYPE_INTERRUPT)

Completed in 114 milliseconds