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

  /external/libusb-compat/examples/
lsusb.c 25 struct usb_bus *busses; local
32 busses = usb_get_busses();
33 for (bus = busses; bus; bus = bus->next) {
  /external/libusb-compat/libusb/
core.c 174 struct usb_bus *busses = NULL; local
192 /* iterate over the device list, identifying the individual busses.
202 if (busses) {
203 bus = busses;
215 /* add it to the list of busses */
223 LIST_ADD(busses, bus);
227 *ret = busses;
231 bus = busses;
259 /* walk through all busses we already know about, removing duplicates

Completed in 2262 milliseconds