Home
last modified time | relevance | path

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

12

/linux/drivers/usb/host/
H A Dohci-q.c203 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 Dehci-q.c880 if (type == PIPE_CONTROL) { in qh_make()
908 if (type == PIPE_CONTROL) { in qh_make()
H A Duhci-debug.c123 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
H A Dxen-hcd.c630 case PIPE_CONTROL: in xenhcd_pipe_urb_to_xenusb()
700 case PIPE_CONTROL: in xenhcd_map_urb_for_request()
H A Dfhci-hcd.c397 case PIPE_CONTROL: in fhci_urb_enqueue()
H A Disp116x-hcd.c732 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue()
769 case PIPE_CONTROL: in isp116x_urb_enqueue()
H A Dohci-dbg.c15 case PIPE_CONTROL: temp = "ctrl"; break; \
H A Dfhci-sched.c712 case PIPE_CONTROL: in fhci_queue_urb()
H A Disp1362-hcd.c1287 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 Dehci-hcd.c892 case PIPE_CONTROL: in ehci_urb_enqueue()
H A Dohci-hcd.c167 case PIPE_CONTROL: in ohci_urb_enqueue()
H A Docteon-hcd.c3102 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
3220 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c389 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 Dc67x00-hcd.c351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
/linux/include/linux/
H A Dusb.h1984 #define PIPE_CONTROL 2 macro
1996 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
2007 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
2009 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux/drivers/usb/usbip/
H A Dvudc_rx.c163 urb_p->urb->pipe |= (PIPE_CONTROL << 30); in v_recv_cmd_submit()
H A Dusbip_common.c74 case PIPE_CONTROL: in usbip_dump_pipe()
248 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
H A Dstub_rx.c180 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
H A Dvhci_hcd.c754 if (type != PIPE_CONTROL || !ctrlreq) { in vhci_urb_enqueue()
/linux/drivers/usb/dwc2/
H A Dhcd.h595 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
/linux/drivers/usb/core/
H A Durb.c192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux/drivers/usb/misc/
H A Dlvstest.c274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1304 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue()
2442 case PIPE_CONTROL: \ in show_urb()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c961 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done()
1890 case PIPE_CONTROL: in isp1760_urb_enqueue()
/linux/drivers/usb/mon/
H A Dmon_bin.c213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT

12