Home
last modified time | relevance | path

Searched refs:USB_PID_SETUP (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dsl811-hcd.c386 case USB_PID_SETUP: in start()
430 ep->nextpid = USB_PID_SETUP; in finish_request()
547 case USB_PID_SETUP: in done()
850 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
1445 case USB_PID_SETUP: s = "setup"; break; in sl811h_debug_show()
Disp116x-hcd.c258 case USB_PID_SETUP: in preproc_atl_queue()
303 ep->nextpid = USB_PID_SETUP; in finish_request()
445 case USB_PID_SETUP: in postproc_atl_queue()
524 if (ep->nextpid == USB_PID_SETUP) { in start_atl_transfers()
733 ep->nextpid = USB_PID_SETUP; in isp116x_urb_enqueue()
Disp1362-hcd.c305 case USB_PID_SETUP: in prepare_ptd()
454 ep->nextpid = USB_PID_SETUP; in finish_request()
623 case USB_PID_SETUP: in postproc_ep()
775 defer = ep->nextpid == USB_PID_SETUP; in start_atl_transfers()
1288 ep->nextpid = USB_PID_SETUP; in isp1362_urb_enqueue()
2108 case USB_PID_SETUP: in isp1362_show()
Duhci-q.c802 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
827 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control()
829 destination ^= (USB_PID_SETUP ^ USB_PID_IN); in uhci_submit_control()
Duhci-debug.c71 case USB_PID_SETUP: in uhci_show_td()
Dr8a66597-hcd.c1199 case USB_PID_SETUP: in start_transfer()
1461 case USB_PID_SETUP: in check_next_phase()
1872 td->type = USB_PID_SETUP; in r8a66597_make_td()
/linux-5.19.10/drivers/usb/early/
Dehci-dbgp.c118 #define USB_PID_SETUP 0x2d macro
343 pids = DBGP_PID_SET(USB_PID_DATA0, USB_PID_SETUP); in dbgp_control_msg()
/linux-5.19.10/include/linux/usb/
Dhcd.h52 #define USB_PID_SETUP 0x2d macro
/linux-5.19.10/drivers/usb/c67x00/
Dc67x00-sched.c700 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb()