Searched refs:PIPE_CONTROL (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/drivers/usb/host/
H A Dohci-q.c203 case PIPE_CONTROL:
334 case PIPE_CONTROL:
450 if (ed->type != PIPE_CONTROL) {
694 case PIPE_CONTROL:
812 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {
1178 case PIPE_CONTROL:
H A Duhci-debug.c123 case PIPE_CONTROL: ptype = "CTL"; break;
H A Dfhci-hcd.c397 case PIPE_CONTROL:
H A Dehci-q.c884 if (type == PIPE_CONTROL) {
912 if (type == PIPE_CONTROL) {
H A Dxen-hcd.c630 case PIPE_CONTROL:
700 case PIPE_CONTROL:
H A Disp116x-hcd.c732 if (type == PIPE_CONTROL) {
769 case PIPE_CONTROL:
H A Dsl811-hcd.c851 if (type == PIPE_CONTROL)
895 case PIPE_CONTROL:
H A Dfhci-sched.c712 case PIPE_CONTROL:
H A Dohci-dbg.c15 case PIPE_CONTROL: temp = "ctrl"; break; \
H A Dohci-hcd.c167 case PIPE_CONTROL:
H A Doxu210hp-hcd.c1867 if (type == PIPE_CONTROL) {
1882 if (type == PIPE_CONTROL) {
3242 case PIPE_CONTROL:
3364 case PIPE_CONTROL:
H A Dehci-hcd.c893 case PIPE_CONTROL:
H A Docteon-hcd.c3102 case PIPE_CONTROL:
3220 case PIPE_CONTROL:
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.c351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]);
H A Dc67x00-sched.c389 case PIPE_CONTROL:
593 case PIPE_CONTROL:
820 c67x00_fill_from_list(c67x00, PIPE_CONTROL, c67x00_add_ctrl_urb);
919 case PIPE_CONTROL:
/linux-master/drivers/usb/usbip/
H A Dvudc_rx.c163 urb_p->urb->pipe |= (PIPE_CONTROL << 30);
H A Dusbip_common.c74 case PIPE_CONTROL:
248 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL)
H A Dstub_rx.c175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL)
H A Dvhci_hcd.c752 if (type != PIPE_CONTROL || !ctrlreq) {
/linux-master/include/linux/
H A Dusb.h1961 #define PIPE_CONTROL 2 macro
1973 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1984 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1986 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-master/drivers/usb/misc/
H A Dlvstest.c274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN,
/linux-master/drivers/usb/dwc2/
H A Dhcd.h595 usb_pipetype(urb->pipe) == PIPE_CONTROL;
/linux-master/drivers/usb/core/
H A Durb.c192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1300 if (usb_pipetype(urb->pipe) == PIPE_CONTROL)
2427 case PIPE_CONTROL: \
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c961 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) {
1890 case PIPE_CONTROL:

Completed in 282 milliseconds

12