Searched refs:USB_PID_OUT (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | isp116x-hcd.c | 254 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()
|
D | sl811-hcd.c | 384 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()
|
D | uhci-q.c | 828 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()
|
D | r8a66597-hcd.c | 1232 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()
|
D | uhci-hcd.h | 7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
|
D | isp1362-hcd.c | 292 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()
|
D | uhci-debug.c | 73 case USB_PID_OUT: in uhci_show_td()
|
/linux-3.4.99/drivers/usb/c67x00/ |
D | c67x00-sched.c | 695 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/ |
D | ehci-dbgp.c | 113 #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/ |
D | hcd.h | 36 #define USB_PID_OUT 0xe1 macro
|