HomeSort by relevance Sort by last modified time
    Searched refs:bus_number (Results 1 - 5 of 5) sorted by null

  /external/libusb/libusb/
core.c 661 return dev->bus_number;
825 usbi_dbg("destroy device %d.%d", dev->bus_number, dev->device_address);
864 usbi_dbg("open %d.%d", dev->bus_number, dev->device_address);
    [all...]
libusbi.h 212 uint8_t bus_number; member in struct:libusb_device
377 * presenting a session ID of (bus_number << 8 | device_address) should
389 * the bus_number and device_address attributes of the new device, and
io.c     [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 142 snprintf(path, PATH_MAX, "%s/%03d/%03d", usbfs_path, dev->bus_number,
676 dev->bus_number = busnum;
    [all...]
darwin_usb.c 524 dev->bus_number = locationID >> 24;
    [all...]

Completed in 61 milliseconds