Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Disp116x-hcd.c253 case USB_PID_OUT: in preproc_atl_queue()
381 ep->nextpid == USB_PID_OUT, in postproc_atl_queue()
413 if (ep->nextpid == USB_PID_OUT) in postproc_atl_queue()
422 case USB_PID_OUT: in postproc_atl_queue()
432 && ep->nextpid == USB_PID_OUT in postproc_atl_queue()
452 ep->nextpid = USB_PID_OUT; in postproc_atl_queue()
733 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
Dsl811-hcd.c382 case USB_PID_OUT: in start()
504 case USB_PID_OUT: in done()
552 ep->nextpid = USB_PID_OUT; in done()
851 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
1444 case USB_PID_OUT: s = "out"; break; in 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.c1227 case USB_PID_OUT: in start_transfer()
1472 case USB_PID_OUT: in check_next_phase()
1480 td->type = USB_PID_OUT; in check_next_phase()
1538 else if (td->type == USB_PID_OUT) in irq_pipe_ready()
1558 if (td && td->type != USB_PID_OUT) in irq_pipe_empty()
1888 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.c288 case USB_PID_OUT: in prepare_ptd()
551 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep()
570 case USB_PID_OUT: in postproc_ep()
626 ep->nextpid = USB_PID_OUT; in postproc_ep()
1288 ep->nextpid = USB_PID_OUT; in isp1362_urb_enqueue()
2102 case USB_PID_OUT: in isp1362_show()
Duhci-debug.c73 case USB_PID_OUT: in uhci_show_td()
/linux-4.1.27/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.1.27/drivers/usb/early/
Dehci-dbgp.c114 #define USB_PID_OUT 0xe1 macro
283 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
/linux-4.1.27/include/linux/usb/
Dhcd.h37 #define USB_PID_OUT 0xe1 macro