Searched refs:PIPE_CONTROL (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 121 case PIPE_CONTROL: in whc_urb_enqueue() 147 case PIPE_CONTROL: in whc_urb_dequeue()
|
D | whci-hc.h | 180 [PIPE_CONTROL] = QH_INFO1_TR_TYPE_CTRL, in usb_pipe_to_qh_type()
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-q.c | 203 case PIPE_CONTROL: in ed_schedule() 334 case PIPE_CONTROL: in ed_deschedule() 450 if (ed->type != PIPE_CONTROL) { in ed_get() 694 case PIPE_CONTROL: in td_submit_urb() 812 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) { in td_done() 1178 case PIPE_CONTROL: in takeback_td()
|
D | ehci-q.c | 872 if (type == PIPE_CONTROL) { in qh_make() 900 if (type == PIPE_CONTROL) { in qh_make()
|
D | uhci-debug.c | 123 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 396 case PIPE_CONTROL: in fhci_urb_enqueue()
|
D | sl811-hcd.c | 849 if (type == PIPE_CONTROL) in sl811h_urb_enqueue() 893 case PIPE_CONTROL: in sl811h_urb_enqueue()
|
D | isp116x-hcd.c | 732 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue() 770 case PIPE_CONTROL: in isp116x_urb_enqueue()
|
D | oxu210hp-hcd.c | 1428 if (type == PIPE_CONTROL) { in qh_make() 1443 if (type == PIPE_CONTROL) { in qh_make() 2807 case PIPE_CONTROL: in __oxu_urb_enqueue() 2931 case PIPE_CONTROL: in oxu_urb_dequeue()
|
D | ohci-dbg.c | 15 case PIPE_CONTROL: temp = "ctrl"; break; \
|
D | fhci-sched.c | 713 case PIPE_CONTROL: in fhci_queue_urb()
|
D | imx21-hcd.c | 1083 case PIPE_CONTROL: in nonisoc_etd_done() 1201 case PIPE_CONTROL: in imx21_hc_urb_enqueue()
|
D | isp1362-hcd.c | 1287 if (type == PIPE_CONTROL) in isp1362_urb_enqueue() 1312 case PIPE_CONTROL: in isp1362_urb_enqueue() 1372 case PIPE_CONTROL: in isp1362_urb_enqueue()
|
D | ehci-hcd.c | 863 case PIPE_CONTROL: in ehci_urb_enqueue()
|
D | ohci-hcd.c | 166 case PIPE_CONTROL: in ohci_urb_enqueue()
|
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-sched.c | 389 case PIPE_CONTROL: in c67x00_urb_enqueue() 593 case PIPE_CONTROL: in c67x00_create_td() 819 c67x00_fill_from_list(c67x00, PIPE_CONTROL, c67x00_add_ctrl_urb); in c67x00_fill_frame() 918 case PIPE_CONTROL: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 1905 #define PIPE_CONTROL 2 macro 1917 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 1928 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 1930 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_rx.c | 161 urb_p->urb->pipe |= (PIPE_CONTROL << 30); in v_recv_cmd_submit()
|
D | usbip_common.c | 74 case PIPE_CONTROL: in usbip_dump_pipe() 248 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
|
D | stub_rx.c | 172 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd.h | 617 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
/Linux-v4.19/drivers/usb/misc/ |
D | lvstest.c | 274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
|
/Linux-v4.19/drivers/usb/core/ |
D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 680 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done() 1505 case PIPE_CONTROL: in isp1760_urb_enqueue()
|
12