Searched refs:USB_PID_OUT (Results 1 – 6 of 6) sorted by relevance
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()
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()
9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT)
74 case USB_PID_OUT: in uhci_show_td()
115 #define USB_PID_OUT 0xe1 macro278 pids = dbgp_pid_write_update(pids, USB_PID_OUT); in dbgp_bulk_write()
25 #define USB_PID_OUT 0xe1 macro