libusb_capability::LIBUSB_CAP_HAS_HOTPLUG is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlibusb_capability::LIBUSB_CAP_HAS_HOTPLUG

libusb_capability::LIBUSB_CAP_HAS_HOTPLUG

Hotplug support is available on this platform.

Syntax

LIBUSB_CAP_HAS_HOTPLUG = 0x0001U;

References

LocationReferrerText
libusb.h:1427
LIBUSB_CAP_HAS_HOTPLUG = 0x0001U,
core.c:725usbi_alloc_device()
if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG))
hotplug.c:155usbi_hotplug_init()
if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG))
hotplug.c:171usbi_hotplug_exit()
if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG))

Data Use

Functions using libusb_capability::LIBUSB_CAP_HAS_HOTPLUG
libusb_capability::LIBUSB_CAP_HAS_HOTPLUG