OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 392 milliseconds