Searched refs:USB_PID_OUT (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | isp116x-hcd.c | 253 case USB_PID_OUT: preproc_atl_queue() 381 ep->nextpid == USB_PID_OUT, postproc_atl_queue() 413 if (ep->nextpid == USB_PID_OUT) postproc_atl_queue() 422 case USB_PID_OUT: postproc_atl_queue() 432 && ep->nextpid == USB_PID_OUT postproc_atl_queue() 452 ep->nextpid = USB_PID_OUT; postproc_atl_queue() 733 ep->nextpid = USB_PID_OUT; isp116x_urb_enqueue()
|
H A D | sl811-hcd.c | 382 case USB_PID_OUT: start() 504 case USB_PID_OUT: done() 552 ep->nextpid = USB_PID_OUT; done() 851 ep->nextpid = USB_PID_OUT; sl811h_urb_enqueue() 1444 case USB_PID_OUT: s = "out"; break; sl811h_show()
|
H A D | r8a66597-hcd.c | 1227 case USB_PID_OUT: start_transfer() 1472 case USB_PID_OUT: check_next_phase() 1480 td->type = USB_PID_OUT; check_next_phase() 1538 else if (td->type == USB_PID_OUT) irq_pipe_ready() 1558 if (td && td->type != USB_PID_OUT) irq_pipe_empty() 1888 td->type = USB_PID_OUT; r8a66597_make_td()
|
H A D | isp1362-hcd.c | 288 case USB_PID_OUT: prepare_ptd() 551 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, postproc_ep() 570 case USB_PID_OUT: postproc_ep() 626 ep->nextpid = USB_PID_OUT; postproc_ep() 1288 ep->nextpid = USB_PID_OUT; isp1362_urb_enqueue() 2102 case USB_PID_OUT: isp1362_show()
|
H A D | uhci-debug.c | 73 case USB_PID_OUT: uhci_show_td()
|
H A D | uhci-q.c | 828 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); uhci_submit_control() 871 destination ^= (USB_PID_IN ^ USB_PID_OUT); uhci_submit_control() 887 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); uhci_submit_control() 1042 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); uhci_submit_common()
|
H A D | uhci-hcd.h | 7 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
|
/linux-4.1.27/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 685 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; c67x00_add_data_urb() 729 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; c67x00_add_ctrl_urb() 768 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; c67x00_add_iso_urb()
|
/linux-4.1.27/drivers/usb/early/ |
H A D | ehci-dbgp.c | 114 #define USB_PID_OUT 0xe1 macro 283 pids = dbgp_pid_write_update(pids, USB_PID_OUT); dbgp_bulk_write()
|
/linux-4.1.27/include/linux/usb/ |
H A D | hcd.h | 37 #define USB_PID_OUT 0xe1 macro
|
Completed in 163 milliseconds