Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Duhci-hcd.h9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
245 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN)
246 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN)
H A Duhci-debug.c77 case USB_PID_IN: in uhci_show_td()
H A Duhci-hcd.c649 (0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0); in uhci_start()
H A Duhci-q.c829 destination ^= (USB_PID_SETUP ^ USB_PID_IN); in uhci_submit_control()
870 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control()
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
/linux/drivers/usb/early/
H A Dehci-dbgp.c116 #define USB_PID_IN 0x69 macro
305 pids = dbgp_pid_read_update(pids, USB_PID_IN); in dbgp_bulk_read()
/linux/include/linux/usb/
H A Dhcd.h33 #define USB_PID_IN 0x69 macro