Searched refs:busses (Results 1 - 2 of 2) sorted by relevance

/external/libusb-compat/examples/
H A Dlsusb.c25 struct usb_bus *busses; local
32 busses = usb_get_busses();
33 for (bus = busses; bus; bus = bus->next) {
/external/libusb-compat/libusb/
H A Dcore.c174 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 103 milliseconds