Home
last modified time | relevance | path

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

/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()
733 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
Dsl811-hcd.c389 case USB_PID_OUT: in start()
509 case USB_PID_OUT: in done()
557 ep->nextpid = USB_PID_OUT; in done()
847 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
1442 case USB_PID_OUT: s = "out"; break; in proc_sl811h_show()
Duhci-hcd.h7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
Dr8a66597-hcd.c1194 case USB_PID_OUT: in start_transfer()
1442 case USB_PID_OUT: in check_next_phase()
1450 td->type = USB_PID_OUT; in check_next_phase()
1508 else if (td->type == USB_PID_OUT) in irq_pipe_ready()
1528 if (td && td->type != USB_PID_OUT) in irq_pipe_empty()
1847 td->type = USB_PID_OUT; in r8a66597_make_td()
Duhci-q.c825 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control()
868 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control()
884 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_control()
1016 uhci_fill_td(td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_common()
Duhci-debug.c72 case USB_PID_OUT: in uhci_show_td()
/drivers/usb/c67x00/
Dc67x00-sched.c694 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
738 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
777 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
/drivers/usb/core/
Dhcd.h36 #define USB_PID_OUT 0xe1 macro