/openbmc/u-boot/include/ |
H A D | usb.h | 344 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ 346 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ 364 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \ 366 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \ 395 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
|
H A D | usb_defs.h | 174 #define PIPE_CONTROL 2U macro
|
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | ehci-q.c | 884 if (type == PIPE_CONTROL) { in qh_make() 912 if (type == PIPE_CONTROL) { in qh_make()
|
H A D | xen-hcd.c | 630 case PIPE_CONTROL: in xenhcd_pipe_urb_to_xenusb() 700 case PIPE_CONTROL: in xenhcd_map_urb_for_request()
|
H A D | uhci-debug.c | 123 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
|
H A D | isp116x-hcd.c | 732 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue() 769 case PIPE_CONTROL: in isp116x_urb_enqueue()
|
H A D | sl811-hcd.c | 851 if (type == PIPE_CONTROL) in sl811h_urb_enqueue() 895 case PIPE_CONTROL: in sl811h_urb_enqueue()
|
H A D | fhci-hcd.c | 397 case PIPE_CONTROL: in fhci_urb_enqueue()
|
H A D | ohci-dbg.c | 15 case PIPE_CONTROL: temp = "ctrl"; break; \
|
H A D | oxu210hp-hcd.c | 1867 if (type == PIPE_CONTROL) { in qh_make() 1882 if (type == PIPE_CONTROL) { in qh_make() 3242 case PIPE_CONTROL: in __oxu_urb_enqueue() 3364 case PIPE_CONTROL: in oxu_urb_dequeue()
|
H A D | fhci-sched.c | 712 case PIPE_CONTROL: in fhci_queue_urb()
|
H A 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()
|
H A D | ehci-hcd.c | 893 case PIPE_CONTROL: in ehci_urb_enqueue()
|
H A D | ohci-hcd.c | 167 case PIPE_CONTROL: in ohci_urb_enqueue()
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 389 case PIPE_CONTROL: in c67x00_urb_enqueue() 593 case PIPE_CONTROL: in c67x00_create_td() 820 c67x00_fill_from_list(c67x00, PIPE_CONTROL, c67x00_add_ctrl_urb); in c67x00_fill_frame() 919 case PIPE_CONTROL: in c67x00_handle_successful_td()
|
H A D | c67x00-hcd.c | 351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
|
/openbmc/linux/include/linux/ |
H A D | usb.h | 1982 #define PIPE_CONTROL 2 macro 1994 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 2005 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint)) 2007 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_rx.c | 163 urb_p->urb->pipe |= (PIPE_CONTROL << 30); in v_recv_cmd_submit()
|
H A 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()
|
H A D | stub_rx.c | 180 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 543 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job() 677 case PIPE_CONTROL: in ep_link() 781 case PIPE_CONTROL: in ep_unlink() 998 case PIPE_CONTROL: in td_submit_job()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.h | 595 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
/openbmc/linux/drivers/usb/core/ |
H A D | urb.c | 192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/openbmc/linux/drivers/usb/misc/ |
H A D | lvstest.c | 274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
|