Searched refs:xfertype (Results 1 – 4 of 4) sorted by relevance
303 int xfertype, max; in usb_submit_urb() local329 xfertype = usb_endpoint_type(&ep->desc); in usb_submit_urb()330 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in usb_submit_urb()349 if (xfertype != USB_ENDPOINT_XFER_CONTROL && in usb_submit_urb()366 if (xfertype == USB_ENDPOINT_XFER_ISOC) { in usb_submit_urb()412 if (usb_pipetype(urb->pipe) != pipetypes[xfertype]) in usb_submit_urb()414 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()419 switch (xfertype) { in usb_submit_urb()451 switch (xfertype) { in usb_submit_urb()485 if (xfertype == USB_ENDPOINT_XFER_INT) { in usb_submit_urb()
62 char xfertype; member130 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup()210 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_event()218 if (ep->xfertype == USB_ENDPOINT_XFER_INT) { in mon_text_event()220 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) { in mon_text_event()226 if (ep->xfertype == USB_ENDPOINT_XFER_ISOC && in mon_text_event()282 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_error()426 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) { in mon_text_read_u()429 } else if (ep->xfertype == USB_ENDPOINT_XFER_INT) { in mon_text_read_u()482 switch (ep->xfertype) { in mon_text_read_head_t()[all …]
405 int xfertype; in masking_bogus_flags() local422 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()423 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in masking_bogus_flags()438 switch (xfertype) { in masking_bogus_flags()
2472 u32 xfertype; in s3c_hsotg_ep_sethalt() local2489 xfertype = epctl & S3C_DxEPCTL_EPType_MASK; in s3c_hsotg_ep_sethalt()2490 if (xfertype == S3C_DxEPCTL_EPType_Bulk || in s3c_hsotg_ep_sethalt()2491 xfertype == S3C_DxEPCTL_EPType_Intterupt) in s3c_hsotg_ep_sethalt()2504 xfertype = epctl & S3C_DxEPCTL_EPType_MASK; in s3c_hsotg_ep_sethalt()2505 if (xfertype == S3C_DxEPCTL_EPType_Bulk || in s3c_hsotg_ep_sethalt()2506 xfertype == S3C_DxEPCTL_EPType_Intterupt) in s3c_hsotg_ep_sethalt()