Searched refs:USB_ENDPOINT_DIR_MASK (Results 1 – 4 of 4) sorted by relevance
430 #define USB_ENDPOINT_DIR_MASK 0x80 macro471 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); in usb_endpoint_dir_in()477 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
413 #define USB_ENDPOINT_DIR_MASK 0x80 macro
115 i = d->bEndpointAddress & ~USB_ENDPOINT_DIR_MASK; in _usb_parse_endpoint_desc()
84 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN);
Completed in 21 milliseconds