Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 2 of 2) sorted by relevance

/system/core/libusbhost/
Dusbhost.c423 int bus = 0, dev = 0; in usb_device_get_unique_id() local
430 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local
437 int bus = id / 1000; in usb_device_get_name_from_unique_id() local
/system/core/toolbox/
Dgetevent.c278 static void print_hid_descriptor(int bus, int vendor, int product) in print_hid_descriptor()