OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhd_set
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h
47
extern int
dhd_set
(void *dhd, int cmd, void *buf, int len);
dhdu.c
1101
ret =
dhd_set
(dhd, DHD_SET_VAR, &buf[0], (ptr - buf));
1140
err =
dhd_set
(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
1185
err =
dhd_set
(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
[
all
...]
dhdu_linux.c
223
/* dhd_get/
dhd_set
is called by several functions in dhdu.c. This used to call dhd_ioctl
244
dhd_set
(void *dhd, int cmd, void *buf, int len)
function
Completed in 419 milliseconds