OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bus_number
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/device/usb/
usb_device_impl.cc
141
std::string
bus_number
=
local
152
if (!value ||
bus_number
!= value) {
/external/chromium_org/third_party/libusb/src/libusb/
libusbi.h
298
uint8_t
bus_number
;
member in struct:libusb_device
531
* presenting a session ID of (
bus_number
<< 8 | device_address) should
543
* the
bus_number
and device_address attributes of the new device, and
[
all
...]
/external/libusb/libusb/
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
Completed in 80 milliseconds