Searched refs:USB_PID_OUT (Results 1 – 8 of 8) sorted by relevance
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()733 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
389 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()
7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
1194 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()
825 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()
72 case USB_PID_OUT: in uhci_show_td()
694 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()
36 #define USB_PID_OUT 0xe1 macro