OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_idx
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
core.c
686
int
ep_idx
;
local
688
for (
ep_idx
= 0;
ep_idx
< altsetting->bNumEndpoints;
ep_idx
++) {
690
&altsetting->endpoint[
ep_idx
];
[
all
...]
/external/libusb_aah/libusb/
core.c
724
int
ep_idx
;
local
726
for (
ep_idx
= 0;
ep_idx
< altsetting->bNumEndpoints;
ep_idx
++) {
728
&altsetting->endpoint[
ep_idx
];
[
all
...]
Completed in 2558 milliseconds