Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci-debug.h35 case USB_PID_OUT:
Duhci-debug.h86 case USB_PID_OUT: in uhci_show_td()
Dusb-uhci.c750 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()
Dsl811.c1165 pidep = PIDEP(USB_PID_OUT, usb_pipeendpoint(urb->pipe)); in sl811_submit_control()
Duhci.c900 destination |= USB_PID_OUT; in uhci_submit_control()
/linux-2.4.37.9/include/linux/
Dusb.h89 #define USB_PID_OUT 0xe1 macro
1000 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : USB_PID_OUT)