OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhd_get
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h
46
extern int
dhd_get
(void *dhd, int cmd, void *buf, int len);
dhdu.c
523
if ((ret =
dhd_get
(dhd, DHD_GET_MAGIC, &val, sizeof(int))) < 0)
527
if ((ret =
dhd_get
(dhd, DHD_GET_VERSION, &val, sizeof(int))) < 0)
[
all
...]
dhdu_linux.c
223
/*
dhd_get
/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
231
dhd_get
(void *dhd, int cmd, void *buf, int len)
function
Completed in 654 milliseconds