Home
last modified time | relevance | path

Searched refs:USB_PID_OUT (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Disp116x-hcd.c254 case USB_PID_OUT: in preproc_atl_queue()
382 ep->nextpid == USB_PID_OUT, in postproc_atl_queue()
414 if (ep->nextpid == USB_PID_OUT) in postproc_atl_queue()
423 case USB_PID_OUT: in postproc_atl_queue()
433 && ep->nextpid == USB_PID_OUT in postproc_atl_queue()
453 ep->nextpid = USB_PID_OUT; in postproc_atl_queue()
734 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
Dsl811-hcd.c384 case USB_PID_OUT: in start()
504 case USB_PID_OUT: in done()
552 ep->nextpid = USB_PID_OUT; in done()
849 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
1445 case USB_PID_OUT: s = "out"; break; in proc_sl811h_show()
Duhci-q.c828 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control()
871 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control()
887 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_control()
1042 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_common()
Dr8a66597-hcd.c1232 case USB_PID_OUT: in start_transfer()
1477 case USB_PID_OUT: in check_next_phase()
1485 td->type = USB_PID_OUT; in check_next_phase()
1543 else if (td->type == USB_PID_OUT) in irq_pipe_ready()
1563 if (td && td->type != USB_PID_OUT) in irq_pipe_empty()
1893 td->type = USB_PID_OUT; in r8a66597_make_td()
Duhci-hcd.h7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
Disp1362-hcd.c292 case USB_PID_OUT: in prepare_ptd()
557 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep()
576 case USB_PID_OUT: in postproc_ep()
632 ep->nextpid = USB_PID_OUT; in postproc_ep()
1294 ep->nextpid = USB_PID_OUT; in isp1362_urb_enqueue()
2118 case USB_PID_OUT: in proc_isp1362_show()
Duhci-debug.c73 case USB_PID_OUT: in uhci_show_td()
/linux-3.4.99/drivers/usb/c67x00/
Dc67x00-sched.c695 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
739 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
778 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c113 #define USB_PID_OUT 0xe1 macro
282 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
/linux-3.4.99/include/linux/usb/
Dhcd.h36 #define USB_PID_OUT 0xe1 macro