OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iface_idx
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
core.c
677
int
iface_idx
;
local
678
for (
iface_idx
= 0;
iface_idx
< config->bNumInterfaces;
iface_idx
++) {
679
const struct libusb_interface *iface = &config->interface[
iface_idx
];
[
all
...]
/external/libusb_aah/libusb/
core.c
715
int
iface_idx
;
local
716
for (
iface_idx
= 0;
iface_idx
< config->bNumInterfaces;
iface_idx
++) {
717
const struct libusb_interface *iface = &config->interface[
iface_idx
];
[
all
...]
Completed in 26 milliseconds