OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhd_var_setbuf
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c
80
static int
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len);
666
ret =
dhd_var_setbuf
(dhd, "pktgen", &pktgen, sizeof(pktgen));
761
ret =
dhd_var_setbuf
(dhd, cmd->name, &size, sizeof(size));
912
ret =
dhd_var_setbuf
(dhd, argv[0], &sdreg, sizeof(sdreg));
2419
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len)
function
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c
80
static int
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len);
666
ret =
dhd_var_setbuf
(dhd, "pktgen", &pktgen, sizeof(pktgen));
761
ret =
dhd_var_setbuf
(dhd, cmd->name, &size, sizeof(size));
912
ret =
dhd_var_setbuf
(dhd, argv[0], &sdreg, sizeof(sdreg));
2419
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len)
function
[
all
...]
Completed in 869 milliseconds