Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Duhci-hcd.h7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
241 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN)
242 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN)
Dsl811-hcd.c379 case USB_PID_IN: in start()
522 case USB_PID_IN: in done()
555 ep->nextpid = USB_PID_IN; in done()
853 ep->nextpid = USB_PID_IN; in sl811h_urb_enqueue()
1443 case USB_PID_IN: s = "in"; break; in sl811h_show()
1480 : ((ep->nextpid == USB_PID_IN) in sl811h_show()
Disp116x-hcd.c249 case USB_PID_IN: in preproc_atl_queue()
416 else if (ep->nextpid == USB_PID_IN) in postproc_atl_queue()
421 case USB_PID_IN: in postproc_atl_queue()
455 ep->nextpid = USB_PID_IN; in postproc_atl_queue()
736 ep->nextpid = USB_PID_IN; in isp116x_urb_enqueue()
Disp1362-hcd.c275 case USB_PID_IN: in prepare_ptd()
597 case USB_PID_IN: in postproc_ep()
629 ep->nextpid = USB_PID_IN; in postproc_ep()
1290 ep->nextpid = USB_PID_IN; in isp1362_urb_enqueue()
2099 case USB_PID_IN: in isp1362_show()
2137 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()
2150 ((ep->nextpid == USB_PID_IN) ? in isp1362_show()
Dr8a66597-hcd.c1224 case USB_PID_IN: in start_transfer()
1471 case USB_PID_IN: in check_next_phase()
1482 td->type = USB_PID_IN; in check_next_phase()
1522 if (td && td->type == USB_PID_IN) in irq_pipe_ready()
1536 if (td->type == USB_PID_IN) in irq_pipe_ready()
1886 td->type = USB_PID_IN; in r8a66597_make_td()
Duhci-debug.c76 case USB_PID_IN: in uhci_show_td()
Duhci-hcd.c648 (0x7f << TD_TOKEN_DEVADDR_SHIFT) | USB_PID_IN, 0); in uhci_start()
Duhci-q.c830 destination ^= (USB_PID_SETUP ^ USB_PID_IN); in uhci_submit_control()
871 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-sched.c685 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
729 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
768 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c115 #define USB_PID_IN 0x69 macro
310 pids = dbgp_pid_read_update(pids, USB_PID_IN); in dbgp_bulk_read()
/linux-4.4.14/include/linux/usb/
Dhcd.h45 #define USB_PID_IN 0x69 macro