OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUB_API_NOTSET
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/os/
windows_winusb.c
116
if (sub_api ==
SUB_API_NOTSET
) \
554
return priv->apib->configure_endpoints(
SUB_API_NOTSET
, dev_handle, iface);
567
return
SUB_API_NOTSET
;
571
return
SUB_API_NOTSET
;
585
return
SUB_API_NOTSET
;
822
usb_api_backend[i].init(
SUB_API_NOTSET
, ctx);
834
usb_api_backend[i].exit(
SUB_API_NOTSET
);
[
all
...]
windows_winusb.h
92
#define
SUB_API_NOTSET
-1
237
p->sub_api =
SUB_API_NOTSET
;
245
p->usb_interface[i].sub_api =
SUB_API_NOTSET
;
Completed in 71 milliseconds