Home
last modified time | relevance | path

Searched refs:dhd (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr);
89 static int dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len);
93 static int dhd_iovar_getint(void *dhd, char *name, int *var);
94 static int dhd_iovar_setint(void *dhd, char *name, int var);
120 static int dhd_do_msglevel(void *dhd, cmd_t *cmd, char **argv, dbg_msg_t *dbg_msg);
427 dhd_list(void *dhd, cmd_t *garb, char **argv) in dhd_list() argument
434 UNUSED_PARAMETER(dhd); in dhd_list()
519 dhd_check(void *dhd) in dhd_check() argument
524 if ((ret = dhd_get(dhd, DHD_GET_MAGIC, &val, sizeof(int))) < 0) in dhd_check()
528 if ((ret = dhd_get(dhd, DHD_GET_VERSION, &val, sizeof(int))) < 0) in dhd_check()
[all …]
Ddhdu_cmd.h25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
Ddhdu_linux.c98 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) in __dhd_driver_io() argument
101 struct ifreq *ifr = (struct ifreq *)dhd; in __dhd_driver_io()
118 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) in __dhd_driver_io() argument
120 struct ifreq *ifr = (struct ifreq *)dhd; in __dhd_driver_io()
145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() argument
171 ret = __dhd_driver_io(dhd, &ioc); in dhd_ioctl()
231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() argument
233 return wl_get(dhd, cmd, buf, len); in dhd_get()
244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() argument
266 return wl_set(dhd, cmd, buf, len); in dhd_set()
Ddhdu.h38 extern void dhd_printlasterror(void *dhd);
42 extern int dhd_check(void *dhd);
Ddhdu_common.h69 extern int dhd_check(void *dhd);