/linux-4.4.14/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.4.14/drivers/usb/host/ |
D | ohci-q.c | 203 case PIPE_CONTROL: in ed_schedule() 332 case PIPE_CONTROL: in ed_deschedule() 448 if (ed->type != PIPE_CONTROL) { in ed_get() 692 case PIPE_CONTROL: in td_submit_urb() 810 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) { in td_done() 1173 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 | sl811-hcd.c | 848 if (type == PIPE_CONTROL) in sl811h_urb_enqueue() 892 case PIPE_CONTROL: in sl811h_urb_enqueue()
|
D | isp116x-hcd.c | 731 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue() 769 case PIPE_CONTROL: in isp116x_urb_enqueue()
|
D | oxu210hp-hcd.c | 1447 if (type == PIPE_CONTROL) { in qh_make() 1462 if (type == PIPE_CONTROL) { in qh_make() 2829 case PIPE_CONTROL: in __oxu_urb_enqueue() 2953 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 | 862 case PIPE_CONTROL: in ehci_urb_enqueue()
|
D | ohci-hcd.c | 164 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 | fotg210-hcd.c | 2843 if (type == PIPE_CONTROL) { in qh_make() 2871 if (type == PIPE_CONTROL) { in qh_make() 5311 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.4.14/include/linux/ |
D | usb.h | 1798 #define PIPE_CONTROL 2 macro 1810 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 1821 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 1823 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/usb/dwc2/ |
D | hcd.h | 525 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
D | hcd.c | 2527 case PIPE_CONTROL: in dwc2_dump_urb_info() 2626 case PIPE_CONTROL: in _dwc2_hcd_urb_enqueue()
|
/linux-4.4.14/drivers/usb/core/ |
D | urb.c | 327 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
|
D | hub.c | 4190 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30) 4191 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)
|
/linux-4.4.14/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.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1247 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue() 2354 case PIPE_CONTROL: \ in show_urb()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3138 case PIPE_CONTROL: in octeon_usb_urb_enqueue() 3257 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|