Searched refs:LIBUSB_HOTPLUG_MATCH_ANY (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/
H A Dhotplug.c136 LIBUSB_HOTPLUG_MATCH_ANY, hotplug_callback, NULL,
171 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->vendor_id &&
176 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->product_id &&
181 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->dev_class &&
252 if ((LIBUSB_HOTPLUG_MATCH_ANY != vendor_id && (~0xffff & vendor_id)) ||
253 (LIBUSB_HOTPLUG_MATCH_ANY != product_id && (~0xffff & product_id)) ||
254 (LIBUSB_HOTPLUG_MATCH_ANY != dev_class && (~0xff & dev_class)) ||
H A Dlibusb.h1918 #define LIBUSB_HOTPLUG_MATCH_ANY -1 macro
1973 * \param[in] vendor_id the vendor id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY
1974 * \param[in] product_id the product id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY
1975 * \param[in] dev_class the device class to match or \ref LIBUSB_HOTPLUG_MATCH_ANY
/external/libusb/examples/
H A Dhotplugtest.c78 class_id = (argc > 3) ? (int)strtol (argv[3], NULL, 0) : LIBUSB_HOTPLUG_MATCH_ANY;
/external/libusb/include/libusb/
H A Dlibusb.h1918 #define LIBUSB_HOTPLUG_MATCH_ANY -1 macro
1973 * \param[in] vendor_id the vendor id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY
1974 * \param[in] product_id the product id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY
1975 * \param[in] dev_class the device class to match or \ref LIBUSB_HOTPLUG_MATCH_ANY

Completed in 49 milliseconds