Searched refs:USB_PID_OUT (Results 1 – 6 of 6) sorted by relevance
35 case USB_PID_OUT:
86 case USB_PID_OUT: in uhci_show_td()
750 destination = (urb->pipe & PIPE_DEVEP_MASK) | (usb_pipeout (urb->pipe)?USB_PID_OUT:USB_PID_IN); in uhci_submit_control_urb()781 destination |= USB_PID_OUT; in uhci_submit_control_urb()2377 if (uhci_packetid(le32_to_cpu(last_desc->hw.td.info)) == USB_PID_OUT) { in process_transfer()
1165 pidep = PIDEP(USB_PID_OUT, usb_pipeendpoint(urb->pipe)); in sl811_submit_control()
900 destination |= USB_PID_OUT; in uhci_submit_control()
89 #define USB_PID_OUT 0xe1 macro1000 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : USB_PID_OUT)