Home
last modified time | relevance | path

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

/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()
/linux/drivers/usb/host/
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 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()
/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()
/linux/include/linux/usb/
H A Dhcd.h25 #define USB_PID_OUT 0xe1 macro