Searched defs:bEndpointAddress (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/linux/usb/
H A Dfunctionfs.h24 __u8 bEndpointAddress; member in struct:usb_endpoint_descriptor_no_audio
162 * Returns real bEndpointAddress of an endpoint. If function is not
H A Dch9.h46 * This bit flag is used in endpoint descriptors' bEndpointAddress field.
366 __u8 bEndpointAddress; member in struct:usb_endpoint_descriptor
384 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */
415 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
438 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN);
450 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT);
/external/libusb-compat/libusb/
H A Dusb.h109 u_int8_t bEndpointAddress; member in struct:usb_endpoint_descriptor
120 #define USB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */
/external/kernel-headers/original/linux/
H A Dusb_ch9.h31 * This bit flag is used in endpoint descriptors' bEndpointAddress field.
299 __u8 bEndpointAddress; member in struct:usb_endpoint_descriptor
317 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */
/external/libusb/libusb/
H A Dlibusb.h147 #define LIBUSB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */
152 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
370 uint8_t bEndpointAddress; member in struct:libusb_endpoint_descriptor

Completed in 355 milliseconds