OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rndis_reset_cmplt_type
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/usb/gadget/
rndis.h
149
typedef struct
rndis_reset_cmplt_type
{
struct
154
}
rndis_reset_cmplt_type
;
typedef in typeref:struct:rndis_reset_cmplt_type
rndis.c
901
rndis_reset_cmplt_type
*resp;
904
r = rndis_add_response(configNr, sizeof(
rndis_reset_cmplt_type
));
907
resp = (
rndis_reset_cmplt_type
*) r->buf;
[
all
...]
Completed in 299 milliseconds