Searched refs:pipe (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | usb.h | 50 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) argument 398 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \ argument 401 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) argument 402 #define usb_pipein(pipe) (((pipe) >> 7) & 1) argument 403 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) argument 404 #define usb_pipe_endpdev(pipe) (((pipe) >> 8) & 0x7ff) argument 405 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) argument 406 #define usb_pipedata(pipe) (((pipe) >> 19) & 1) argument 407 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) argument 411 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) argument [all …]
|
| /include/linux/usb/ |
| A D | usb_urb_compat.h | 18 unsigned long pipe, void *buffer, int len, 50 unsigned int pipe; /* (in) pipe information */ member 95 struct usb_device *dev, unsigned long pipe, 101 unsigned long pipe, void *buffer, int len); 105 unsigned long pipe, void *buffer, int len, int interval); 109 unsigned long pipe, void *buffer, int len,
|
| /include/usb/ |
| A D | xhci.h | 1256 int xhci_bulk_tx(struct usb_device *udev, unsigned long pipe, 1258 int xhci_ctrl_tx(struct usb_device *udev, unsigned long pipe,
|
Completed in 13 milliseconds