Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h345 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
347 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
365 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \
367 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \
396 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
H A Dusb_defs.h175 #define PIPE_CONTROL 2U macro
/OK3568_Linux_fs/kernel/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.c883 if (type == PIPE_CONTROL) { in qh_make()
911 if (type == PIPE_CONTROL) { in qh_make()
H A Duhci-debug.c123 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
H A Disp116x-hcd.c732 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue()
770 case PIPE_CONTROL: in isp116x_urb_enqueue()
H A Dsl811-hcd.c849 if (type == PIPE_CONTROL) in sl811h_urb_enqueue()
893 case PIPE_CONTROL: in sl811h_urb_enqueue()
H A Dfhci-hcd.c396 case PIPE_CONTROL: in fhci_urb_enqueue()
H A Dohci-dbg.c15 case PIPE_CONTROL: temp = "ctrl"; break; \
H A Doxu210hp-hcd.c1866 if (type == PIPE_CONTROL) { in qh_make()
1881 if (type == PIPE_CONTROL) { in qh_make()
3241 case PIPE_CONTROL: in __oxu_urb_enqueue()
3363 case PIPE_CONTROL: in oxu_urb_dequeue()
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 Dimx21-hcd.c1083 case PIPE_CONTROL: in nonisoc_etd_done()
1201 case PIPE_CONTROL: in imx21_hc_urb_enqueue()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1964 #define PIPE_CONTROL 2 macro
1976 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1987 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1989 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c403 case PIPE_CONTROL: /* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
475 case PIPE_CONTROL: in ep_link()
522 case PIPE_CONTROL: in ep_unlink()
705 case PIPE_CONTROL: in td_submit_job()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc_rx.c161 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.c175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c547 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
681 case PIPE_CONTROL: in ep_link()
785 case PIPE_CONTROL: in ep_unlink()
1002 case PIPE_CONTROL: in td_submit_job()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.h624 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dlvstest.c274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c678 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done()
1501 case PIPE_CONTROL: in isp1760_urb_enqueue()

12