Searched refs:PIPE_INTERRUPT (Results 1 – 25 of 25) sorted by relevance
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-sched.c | 392 case PIPE_INTERRUPT: in c67x00_urb_enqueue() 599 case PIPE_INTERRUPT: in c67x00_create_td() 819 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 943 case PIPE_INTERRUPT: in c67x00_handle_successful_td()
|
| H A D | c67x00-hcd.c | 350 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
|
| /linux/include/linux/ |
| H A D | usb.h | 2004 #define PIPE_INTERRUPT 1 macro 2016 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 2040 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 2042 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_rx.c | 160 urb_p->urb->pipe |= (PIPE_INTERRUPT << 30); in v_recv_cmd_submit()
|
| H A D | usbip_common.c | 71 case PIPE_INTERRUPT: in usbip_dump_pipe()
|
| /linux/drivers/hid/ |
| H A D | hid-u2fzero.c | 292 pipe_in = (usbhid->urbin->pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in u2fzero_fill_in_urb()
|
| /linux/drivers/usb/core/ |
| H A D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| H A D | message.c | 389 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in usb_bulk_msg() 438 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in usb_bulk_msg_killable()
|
| H A D | devio.c | 1329 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in do_proc_bulk()
|
| /linux/drivers/usb/host/ |
| H A D | ohci-q.c | 67 case PIPE_INTERRUPT: in finish_urb() 646 case PIPE_INTERRUPT: in td_submit_urb()
|
| H A D | xen-hcd.c | 627 case PIPE_INTERRUPT: in xenhcd_pipe_urb_to_xenusb() 697 case PIPE_INTERRUPT: in xenhcd_map_urb_for_request()
|
| H A D | uhci-debug.c | 120 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
|
| H A D | sl811-hcd.c | 876 case PIPE_INTERRUPT: in sl811h_urb_enqueue() 902 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
|
| H A D | fhci-hcd.c | 424 case PIPE_INTERRUPT: in fhci_urb_enqueue()
|
| H A D | ohci-dbg.c | 17 case PIPE_INTERRUPT: temp = "intr"; break; \
|
| H A D | oxu210hp-hcd.c | 1785 if (type == PIPE_INTERRUPT) { in qh_make() 1841 if (type != PIPE_INTERRUPT) in qh_make() 3225 case PIPE_INTERRUPT: in __oxu_urb_enqueue() 3349 case PIPE_INTERRUPT: in oxu_urb_dequeue()
|
| H A D | octeon-hcd.c | 3099 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue() 3213 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue()
|
| H A D | isp116x-hcd.c | 774 case PIPE_INTERRUPT: in isp116x_urb_enqueue()
|
| H A D | max3421-hcd.c | 1508 case PIPE_INTERRUPT: in max3421_urb_enqueue()
|
| H A D | r8a66597-hcd.c | 1252 case PIPE_INTERRUPT: in set_td_timer()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 2744 if (type == PIPE_INTERRUPT) { in qh_make() 2803 if (type != PIPE_INTERRUPT) in qh_make() 5274 case PIPE_INTERRUPT: in fotg210_urb_enqueue() 5323 case PIPE_INTERRUPT: in fotg210_urb_dequeue()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 4174 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 4555 case PIPE_INTERRUPT: in dwc2_dump_urb_info() 4668 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() 4685 case PIPE_INTERRUPT: in _dwc2_hcd_urb_enqueue()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1969 case PIPE_INTERRUPT: in dummy_timer() 2448 case PIPE_INTERRUPT: \ in show_urb()
|
| /linux/drivers/usb/mon/ |
| H A D | mon_bin.c | 215 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1896 case PIPE_INTERRUPT: in isp1760_urb_enqueue()
|