Searched refs:USB_PID_OUT (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | isp116x-hcd.c | 253 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() 734 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 382 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()
|
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 | 1227 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()
|
D | uhci-hcd.h | 7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
|
D | isp1362-hcd.c | 288 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()
|
D | uhci-debug.c | 73 case USB_PID_OUT: in uhci_show_td()
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 685 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.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 114 #define USB_PID_OUT 0xe1 macro 283 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 37 #define USB_PID_OUT 0xe1 macro
|