Searched refs:USB_PID_OUT (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/host/ |
H A D | isp116x-hcd.c | 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() 735 ep->nextpid = USB_PID_OUT; in isp116x_urb_enqueue()
|
H A D | uhci-q.c | 827 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control() 870 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control() 886 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_control() 1041 uhci_fill_td(uhci, td, 0, USB_PID_OUT | uhci_explen(0), 0); in uhci_submit_common()
|
H A D | isp1362-hcd.c | 290 case USB_PID_OUT: in prepare_ptd() 553 usb_settoggle(udev, ep->epnum, ep->nextpid == USB_PID_OUT, in postproc_ep() 572 case USB_PID_OUT: in postproc_ep() 628 ep->nextpid = USB_PID_OUT; in postproc_ep() 1290 ep->nextpid = USB_PID_OUT; in isp1362_urb_enqueue() 2105 case USB_PID_OUT: in isp1362_show()
|
H A D | uhci-hcd.h | 9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
|
H A D | uhci-debug.c | 74 case USB_PID_OUT: in uhci_show_td()
|
/linux/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb() 716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb() 755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
|
/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 115 #define USB_PID_OUT 0xe1 macro 278 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
|
/linux/include/linux/usb/ |
H A D | hcd.h | 25 #define USB_PID_OUT 0xe1 macro
|