OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_end
(Results
1 - 2
of
2
) sorted by null
/system/core/include/usbhost/
usbhost.h
38
unsigned char*
config_end
;
member in struct:usb_descriptor_iter
/system/core/libusbhost/
usbhost.c
414
iter->
config_end
= device->desc + device->desc_length;
421
if (iter->curr_desc >= iter->
config_end
)
Completed in 122 milliseconds