Home
last modified time | relevance | path

Searched refs:locationID (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c438 static int process_new_device (struct libusb_context *ctx, usb_device_t **device, UInt32 locationID in process_new_device() argument
448 dev = usbi_get_device_by_session_id(ctx, locationID); in process_new_device()
450 usbi_info (ctx, "allocating new device for location 0x%08x", locationID); in process_new_device()
451 dev = usbi_alloc_device(ctx, locationID); in process_new_device()
454 usbi_info (ctx, "using existing device for location 0x%08x", locationID); in process_new_device()
524 dev->bus_number = locationID >> 24; in process_new_device()
528 priv->location = locationID; in process_new_device()