Lines Matching defs:bdev
163 struct libusb20_device *bdev = _bdev->os_priv;
165 if (adev->bus_number != bdev->bus_number)
167 if (adev->device_address != bdev->device_address)
169 if (memcmp(&adev->ddesc, &bdev->ddesc, sizeof(adev->ddesc)))
171 if (memcmp(&adev->session_data, &bdev->session_data, sizeof(adev->session_data)))
222 libusb_device *bdev;
292 TAILQ_FOREACH(bdev, &hotplug_devs, hotplug_entry) {
293 if (libusb_hotplug_equal(adev, bdev))
296 if (bdev == NULL) {
311 TAILQ_FOREACH(bdev, &ctx->hotplug_devs, hotplug_entry) {
312 if (libusb_hotplug_equal(adev, bdev))
315 if (bdev == NULL) {