Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/drivers/usb/host/whci/
Dhcd.c132 case PIPE_CONTROL: in whc_urb_enqueue()
158 case PIPE_CONTROL: in whc_urb_dequeue()
Dwhci-hc.h193 [PIPE_CONTROL] = QH_INFO1_TR_TYPE_CTRL, in usb_pipe_to_qh_type()
/linux-4.4.14/drivers/usb/host/
Dohci-q.c203 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()
Dehci-q.c878 if (type == PIPE_CONTROL) { in qh_make()
906 if (type == PIPE_CONTROL) { in qh_make()
Duhci-debug.c122 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
Dfhci-hcd.c402 case PIPE_CONTROL: in fhci_urb_enqueue()
Dsl811-hcd.c848 if (type == PIPE_CONTROL) in sl811h_urb_enqueue()
892 case PIPE_CONTROL: in sl811h_urb_enqueue()
Disp116x-hcd.c731 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue()
769 case PIPE_CONTROL: in isp116x_urb_enqueue()
Doxu210hp-hcd.c1447 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()
Dohci-dbg.c14 case PIPE_CONTROL: temp = "ctrl"; break; \
Dfhci-sched.c717 case PIPE_CONTROL: in fhci_queue_urb()
Dimx21-hcd.c1096 case PIPE_CONTROL: in nonisoc_etd_done()
1214 case PIPE_CONTROL: in imx21_hc_urb_enqueue()
Disp1362-hcd.c1285 if (type == PIPE_CONTROL) in isp1362_urb_enqueue()
1310 case PIPE_CONTROL: in isp1362_urb_enqueue()
1370 case PIPE_CONTROL: in isp1362_urb_enqueue()
Dehci-hcd.c862 case PIPE_CONTROL: in ehci_urb_enqueue()
Dohci-hcd.c164 case PIPE_CONTROL: in ohci_urb_enqueue()
Dmax3421-hcd.c1083 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done()
Dfotg210-hcd.c2843 if (type == PIPE_CONTROL) { in qh_make()
2871 if (type == PIPE_CONTROL) { in qh_make()
5311 case PIPE_CONTROL: in fotg210_urb_enqueue()
Dr8a66597-hcd.c832 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in r8a66597_urb_done()
Du132-hcd.c1411 } else if (endp->pipetype == PIPE_CONTROL) { in u132_hcd_endp_work_scheduler()
/linux-4.4.14/include/linux/
Dusb.h1798 #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/
Dc67x00-sched.c403 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()
Dc67x00-hcd.c365 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c86 case PIPE_CONTROL: in usbip_dump_pipe()
269 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
Dstub_rx.c191 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
Dvhci_hcd.c510 if (type != PIPE_CONTROL || !ctrlreq) { in vhci_urb_enqueue()
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c262 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.h525 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
Dhcd.c2527 case PIPE_CONTROL: in dwc2_dump_urb_info()
2626 case PIPE_CONTROL: in _dwc2_hcd_urb_enqueue()
/linux-4.4.14/drivers/usb/core/
Durb.c327 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
Dhub.c4190 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30)
4191 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c681 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/
Ddummy_hcd.c1247 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/
Docteon-hcd.c3138 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
3257 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT