Home
last modified time | relevance | path

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

/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()
/linux/drivers/usb/host/
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()
/linux/include/linux/usb/
H A Dhcd.h38 #define USB_PID_SETUP 0x2d macro
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c700 8, USB_PID_SETUP, 0, SETUP_STAGE); in c67x00_add_ctrl_urb()