Searched refs:USB_DIR_IN (Results 1 – 3 of 3) sorted by relevance
| /include/linux/usb/ |
| A D | hcd.h | 600 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) 605 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8) 608 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_ENDPOINT)<<8) 617 #define GetHubDescriptor HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_DESCRIPTOR) 618 #define GetHubStatus HUB_CLASS_REQ(USB_DIR_IN, USB_RT_HUB, USB_REQ_GET_STATUS) 619 #define GetPortStatus HUB_CLASS_REQ(USB_DIR_IN, USB_RT_PORT, USB_REQ_GET_STATUS) 624 #define GetTTState HUB_CLASS_REQ(USB_DIR_IN, USB_RT_PORT, HUB_GET_TT_STATE) 632 #define GetPortErrorCount HUB_CLASS_REQ(USB_DIR_IN, USB_RT_PORT, HUB_GET_PORT_ERR_COUNT) 689 #define usb_endpoint_out(ep_dir) (!((ep_dir) & USB_DIR_IN))
|
| /include/linux/ |
| A D | usb.h | 1987 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) 2009 ((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2013 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2017 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN) 2021 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
| /include/uapi/linux/usb/ |
| A D | ch9.h | 48 #define USB_DIR_IN 0x80 /* to host */ macro 502 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); in usb_endpoint_dir_in()
|
Completed in 17 milliseconds