OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_CAP_HAS_HOTPLUG
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
hotplug.c
42
* \ref
LIBUSB_CAP_HAS_HOTPLUG
to confirm that hotplug support is available.
51
* parameter \ref
LIBUSB_CAP_HAS_HOTPLUG
).
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
)) {
[
all
...]
io.c
[
all
...]
libusb.h
[
all
...]
Completed in 3500 milliseconds