Searched refs:bEndpointAddress (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c953 int bEndpointAddress; local
968 usb_interface->altsetting->endpoint[i].bEndpointAddress;
976 bEndpointAddress =
977 usb_interface->altsetting->endpoint[i].bEndpointAddress;
979 if ((bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK)
981 usbdevice->bulk_in = bEndpointAddress;
983 if ((bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK)
985 usbdevice->bulk_out = bEndpointAddress;
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-libusb.c912 if (endpptr->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK)
967 bEndpointAddress;
975 bEndpointAddress;
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusb.h242 #define LIBUSB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */
247 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
465 uint8_t bEndpointAddress; member in struct:libusb_endpoint_descriptor
H A Dcore.c729 if (ep->bEndpointAddress == endpoint)
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.h438 UCHAR bEndpointAddress; member in struct:USB_ENDPOINT_DESCRIPTOR
H A Dwindows_usb.c578 priv->usb_interface[iface].endpoint[i] = if_desc->endpoint[i].bEndpointAddress;

Completed in 246 milliseconds