HomeSort by relevance Sort by last modified time
    Searched refs:cInterface (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
darwin_usb.c 120 struct __darwin_interface *cInterface;
127 cInterface = &priv->interfaces[iface];
130 for (i = 0 ; i < cInterface->num_endpoints ; i++) {
131 if (cInterface->endpoint_addrs[i] == ep) {
760 struct __darwin_interface *cInterface = &priv->interfaces[iface];
772 kresult = (*(cInterface->interface))->GetNumEndpoints(cInterface->interface, &numep);
780 kresult = (*(cInterface->interface))->GetPipeProperties(cInterface->interface, i, &direction, &number, &dont_care1,
791 cInterface->endpoint_addrs[i - 1] = ((direction << 7 & LIBUSB_ENDPOINT_DIR_MASK) | (number & LIBUSB_ENDPOINT_ (…)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 156 struct darwin_interface *cInterface;
163 cInterface = &priv->interfaces[iface];
166 for (i = 0 ; i < cInterface->num_endpoints ; i++) {
167 if (cInterface->endpoint_addrs[i] == ep) {
    [all...]

Completed in 44 milliseconds