Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_defs.h130 #define USB_PID_SETUP 0x2d macro
H A Dusbdevice.h248 #define USB_PID_SETUP 0x2d macro
/openbmc/linux/drivers/usb/host/
H A 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()
H A 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()
852 ep->nextpid = USB_PID_SETUP; in sl811h_urb_enqueue()
1447 case USB_PID_SETUP: s = "setup"; break; in sl811h_debug_show()
H A 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()
H A 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()
H A Duhci-debug.c71 case USB_PID_SETUP: in uhci_show_td()
H A 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()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c118 #define USB_PID_SETUP 0x2d macro
343 pids = DBGP_PID_SET(USB_PID_DATA0, USB_PID_SETUP); in dbgp_control_msg()
/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c339 sl811_write(SL811_PIDEP_A, PIDEP(USB_PID_SETUP, ep)); in submit_control_msg()
/openbmc/linux/include/linux/usb/
H A Dhcd.h38 #define USB_PID_SETUP 0x2d macro
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c700 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb()