Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/usb/host/ !
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()
Dehci-q.c884 if (type == PIPE_CONTROL) { in qh_make()
912 if (type == PIPE_CONTROL) { in qh_make()
Duhci-debug.c123 case PIPE_CONTROL: ptype = "CTL"; break; in uhci_show_urbp()
Dxen-hcd.c630 case PIPE_CONTROL: in xenhcd_pipe_urb_to_xenusb()
700 case PIPE_CONTROL: in xenhcd_map_urb_for_request()
Dfhci-hcd.c396 case PIPE_CONTROL: in fhci_urb_enqueue()
Dsl811-hcd.c849 if (type == PIPE_CONTROL) in sl811h_urb_enqueue()
893 case PIPE_CONTROL: in sl811h_urb_enqueue()
Disp116x-hcd.c732 if (type == PIPE_CONTROL) { in isp116x_urb_enqueue()
769 case PIPE_CONTROL: in isp116x_urb_enqueue()
Dohci-dbg.c15 case PIPE_CONTROL: temp = "ctrl"; break; \
Doxu210hp-hcd.c1867 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()
Dfhci-sched.c712 case PIPE_CONTROL: in fhci_queue_urb()
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()
Dehci-hcd.c889 case PIPE_CONTROL: in ehci_urb_enqueue()
Dohci-hcd.c167 case PIPE_CONTROL: in ohci_urb_enqueue()
Docteon-hcd.c3102 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
3220 case PIPE_CONTROL: in octeon_usb_urb_enqueue()
/linux-6.1.9/drivers/usb/c67x00/ !
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()
Dc67x00-hcd.c351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe()
/linux-6.1.9/include/linux/ !
Dusb.h1932 #define PIPE_CONTROL 2 macro
1944 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1955 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
1957 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-6.1.9/drivers/usb/usbip/ !
Dvudc_rx.c161 urb_p->urb->pipe |= (PIPE_CONTROL << 30); in v_recv_cmd_submit()
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()
Dstub_rx.c175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
/linux-6.1.9/drivers/usb/dwc2/ !
Dhcd.h595 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
/linux-6.1.9/drivers/usb/misc/ !
Dlvstest.c274 ret = usb_control_msg(udev, (PIPE_CONTROL << 30) | USB_DIR_IN, in get_dev_desc_store()
/linux-6.1.9/drivers/usb/core/ !
Durb.c192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux-6.1.9/drivers/usb/gadget/udc/ !
Ddummy_hcd.c1301 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue()
2428 case PIPE_CONTROL: \ in show_urb()
/linux-6.1.9/drivers/usb/isp1760/ !
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()

12