/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_aah/libusb/ |
core.c | 688 return dev->bus_number; 864 usbi_dbg("destroy device %d.%d", dev->bus_number, dev->device_address); [all...] |
libusbi.h | 321 uint8_t bus_number; member in struct:libusb_device 500 * presenting a session ID of (bus_number << 8 | device_address) should 512 * the bus_number and device_address attributes of the new device, and
|
io.c | [all...] |
/external/libusb_aah/libusb/os/ |
windows_usb.c | [all...] |
linux_usbfs.c | 156 usbfs_path, dev->bus_number, dev->device_address); 159 usbfs_path, dev->bus_number, dev->device_address); 863 dev->bus_number = busnum; [all...] |
openbsd_usb.c | 166 dev->bus_number = di.udi_bus;
|
darwin_usb.c | 729 dev->bus_number = locationID >> 24; [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...] |