Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c301 sl811_write(SL811_PIDEP_A, PIDEP(!dir_out ? USB_PID_IN : USB_PID_OUT, ep)); in submit_bulk_msg()
349 PIDEP(dir_in ? USB_PID_IN : USB_PID_OUT, ep)); in submit_control_msg()
367 PIDEP(!dir_in ? USB_PID_IN : USB_PID_OUT, ep)); in submit_control_msg()
/openbmc/linux/drivers/usb/host/
H A 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()
H A Dsl811-hcd.c383 case USB_PID_OUT: in start()
505 case USB_PID_OUT: in done()
553 ep->nextpid = USB_PID_OUT; in done()
854 ep->nextpid = USB_PID_OUT; in sl811h_urb_enqueue()
1446 case USB_PID_OUT: s = "out"; break; in sl811h_debug_show()
H A 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()
H A 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()
H A 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()
H A Duhci-hcd.h9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
H A Duhci-debug.c74 case USB_PID_OUT: in uhci_show_td()
/openbmc/u-boot/include/
H A Dusb_defs.h118 #define USB_PID_OUT 0xe1 macro
H A Dusbdevice.h235 #define USB_PID_OUT 0xe1 macro
H A Dusb.h384 USB_PID_OUT)
/openbmc/linux/drivers/usb/c67x00/
H A 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()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c115 #define USB_PID_OUT 0xe1 macro
278 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
/openbmc/linux/include/linux/usb/
H A Dhcd.h25 #define USB_PID_OUT 0xe1 macro