/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 132 case PIPE_CONTROL: in whc_urb_enqueue() 158 case PIPE_CONTROL: in whc_urb_dequeue()
|
D | whci-hc.h | 193 [PIPE_CONTROL] = QH_INFO1_TR_TYPE_CTRL, in usb_pipe_to_qh_type()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-q.c | 203 case PIPE_CONTROL: in ed_schedule() 332 case PIPE_CONTROL: in ed_deschedule() 447 if (ed->type != PIPE_CONTROL) { in ed_get() 691 case PIPE_CONTROL: in td_submit_urb() 809 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) { in td_done() 1172 case PIPE_CONTROL: in takeback_td()
|
D | ehci-q.c | 878 if (type == PIPE_CONTROL) { in qh_make() 906 if (type == PIPE_CONTROL) { in qh_make()
|
D | uhci-debug.c | 122 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 402 case PIPE_CONTROL: in fhci_urb_enqueue()
|
D | isp116x-hcd.c | 730 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue() 768 case PIPE_CONTROL: in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 848 if (type == PIPE_CONTROL) in sl811h_urb_enqueue() 892 case PIPE_CONTROL: in sl811h_urb_enqueue()
|
D | oxu210hp-hcd.c | 1447 if (type == PIPE_CONTROL) { in qh_make() 1462 if (type == PIPE_CONTROL) { in qh_make() 2834 case PIPE_CONTROL: in __oxu_urb_enqueue() 2958 case PIPE_CONTROL: in oxu_urb_dequeue()
|
D | ohci-dbg.c | 14 case PIPE_CONTROL: temp = "ctrl"; break; \
|
D | fhci-sched.c | 717 case PIPE_CONTROL: in fhci_queue_urb()
|
D | imx21-hcd.c | 1096 case PIPE_CONTROL: in nonisoc_etd_done() 1214 case PIPE_CONTROL: in imx21_hc_urb_enqueue()
|
D | isp1362-hcd.c | 1285 if (type == PIPE_CONTROL) in isp1362_urb_enqueue() 1310 case PIPE_CONTROL: in isp1362_urb_enqueue() 1370 case PIPE_CONTROL: in isp1362_urb_enqueue()
|
D | ehci-hcd.c | 861 case PIPE_CONTROL: in ehci_urb_enqueue()
|
D | ohci-hcd.c | 163 case PIPE_CONTROL: in ohci_urb_enqueue()
|
D | max3421-hcd.c | 1083 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done()
|
D | fusbh200-hcd.c | 2886 if (type == PIPE_CONTROL) { in qh_make() 2914 if (type == PIPE_CONTROL) { in qh_make() 5421 case PIPE_CONTROL: in fusbh200_urb_enqueue()
|
D | fotg210-hcd.c | 2939 if (type == PIPE_CONTROL) { in qh_make() 2967 if (type == PIPE_CONTROL) { in qh_make() 5513 case PIPE_CONTROL: in fotg210_urb_enqueue()
|
D | r8a66597-hcd.c | 832 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in r8a66597_urb_done()
|
D | u132-hcd.c | 1411 } else if (endp->pipetype == PIPE_CONTROL) { in u132_hcd_endp_work_scheduler()
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1789 #define PIPE_CONTROL 2 macro 1801 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 1812 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 1814 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-sched.c | 403 case PIPE_CONTROL: in c67x00_urb_enqueue() 607 case PIPE_CONTROL: in c67x00_create_td() 833 c67x00_fill_from_list(c67x00, PIPE_CONTROL, c67x00_add_ctrl_urb); in c67x00_fill_frame() 932 case PIPE_CONTROL: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 365 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 86 case PIPE_CONTROL: in usbip_dump_pipe() 269 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
|
D | stub_rx.c | 191 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
|
D | vhci_hcd.c | 510 if (type != PIPE_CONTROL || !ctrlreq) { in vhci_urb_enqueue()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.h | 527 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
D | hcd.c | 2340 case PIPE_CONTROL: in dwc2_dump_urb_info() 2436 case PIPE_CONTROL: in _dwc2_hcd_urb_enqueue()
|
/linux-4.1.27/drivers/usb/misc/ |
D | lvstest.c | 262 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
|
/linux-4.1.27/drivers/usb/core/ |
D | urb.c | 328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
|
D | hub.c | 4150 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30) 4151 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 681 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done() 1504 case PIPE_CONTROL: in isp1760_urb_enqueue()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1182 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue() 2275 case PIPE_CONTROL: \ in show_urb()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3132 case PIPE_CONTROL: in octeon_usb_urb_enqueue() 3251 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|