OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_has_capability
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
hotplug.c
41
* that you should first call on \ref
libusb_has_capability
() with parameter
50
* supports hotplug notification by calling \ref
libusb_has_capability
() with
211
if (!
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG)) {
287
if (!
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG)) {
core.c
527
if (!
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG)) {
551
if (
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
580
if (
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
664
if (
libusb_has_capability
(LIBUSB_CAP_HAS_HOTPLUG)) {
1967
int API_EXPORTED
libusb_has_capability
(uint32_t capability)
function
[
all
...]
io.c
[
all
...]
libusb.h
[
all
...]
Completed in 27 milliseconds