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 - 1
of
1
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c
88
static int
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len);
690
ret =
dhd_var_setbuf
(dhd, "pktgen", &pktgen, sizeof(pktgen));
785
ret =
dhd_var_setbuf
(dhd, cmd->name, &size, sizeof(size));
936
ret =
dhd_var_setbuf
(dhd, argv[0], &sdreg, sizeof(sdreg));
2925
dhd_var_setbuf
(void *dhd, char *iovar, void *param, int param_len)
function
[
all
...]
Completed in 75 milliseconds