OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evlen
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c
788
int
evlen
;
local
810
evlen
= ntoh32_ua((void *)&event->datalen) + sizeof(bcm_event_t);
835
dhd_event(dhd, (char *)pvt_data,
evlen
, *ifidx);
855
dhd_event(dhd, (char *)pvt_data,
evlen
, *ifidx);
dhd.h
301
extern void dhd_event(struct dhd_info *dhd, char *evpkt, int
evlen
, int ifidx);
dhd_linux.c
1114
dhd_event(struct dhd_info *dhd, char *evpkt, int
evlen
, int ifidx)
[
all
...]
Completed in 20 milliseconds