OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rndis_set_cmplt_type
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/usb/gadget/
rndis.h
136
typedef struct
rndis_set_cmplt_type
{
struct
141
}
rndis_set_cmplt_type
;
typedef in typeref:struct:rndis_set_cmplt_type
rndis.c
654
rndis_set_cmplt_type
*resp;
663
resp = (
rndis_set_cmplt_type
*) r->buf;
860
rndis_set_cmplt_type
*resp;
863
r = rndis_add_response(configNr, sizeof(
rndis_set_cmplt_type
));
866
resp = (
rndis_set_cmplt_type
*) r->buf;
[
all
...]
Completed in 45 milliseconds