Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Disp116x-hcd.c254 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()
Dsl811-hcd.c383 case USB_PID_OUT: in start()
505 case USB_PID_OUT: in done()
553 ep->nextpid = USB_PID_OUT; in done()
852 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
1444 case USB_PID_OUT: s = "out"; break; in sl811h_debug_show()
Duhci-q.c827 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()
Dr8a66597-hcd.c1212 case USB_PID_OUT: in start_transfer()
1457 case USB_PID_OUT: in check_next_phase()
1465 td->type = USB_PID_OUT; in check_next_phase()
1523 else if (td->type == USB_PID_OUT) in irq_pipe_ready()
1543 if (td && td->type != USB_PID_OUT) in irq_pipe_empty()
1876 td->type = USB_PID_OUT; in r8a66597_make_td()
Disp1362-hcd.c290 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()
Duhci-hcd.h9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
Duhci-debug.c74 case USB_PID_OUT: in uhci_show_td()
/linux-5.19.10/drivers/usb/c67x00/
Dc67x00-sched.c671 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-5.19.10/drivers/usb/early/
Dehci-dbgp.c115 #define USB_PID_OUT 0xe1 macro
278 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
/linux-5.19.10/include/linux/usb/
Dhcd.h39 #define USB_PID_OUT 0xe1 macro