Home
last modified time | relevance | path

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

/drivers/usb/host/
Dsl811-hcd.c392 case USB_PID_SETUP: in start()
435 ep->nextpid = USB_PID_SETUP; in finish_request()
551 case USB_PID_SETUP: in done()
845 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
1443 case USB_PID_SETUP: s = "setup"; break; in proc_sl811h_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()
523 if (ep->nextpid == USB_PID_SETUP) { in start_atl_transfers()
731 ep->nextpid = USB_PID_SETUP; in isp116x_urb_enqueue()
Duhci-q.c800 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
825 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control()
827 destination ^= (USB_PID_SETUP ^ USB_PID_IN); in uhci_submit_control()
Duhci-debug.c69 case USB_PID_SETUP: in uhci_show_td()
Dr8a66597-hcd.c1181 case USB_PID_SETUP: in start_transfer()
1446 case USB_PID_SETUP: in check_next_phase()
1843 td->type = USB_PID_SETUP; in r8a66597_make_td()
/drivers/usb/core/
Dhcd.h49 #define USB_PID_SETUP 0x2d macro
/drivers/usb/c67x00/
Dc67x00-sched.c723 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb()