Home
last modified time | relevance | path

Searched refs:dhd_get (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu_cmd.h47 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
Ddhdu_linux.c127 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() function
Ddhdu.c459 if ((ret = dhd_get(dhd, DHD_GET_MAGIC, &val, sizeof(int)) < 0)) in dhd_check()
463 if ((ret = dhd_get(dhd, DHD_GET_VERSION, &val, sizeof(int)) < 0)) in dhd_check()
1233 ret = dhd_get(dhd, DHD_GET_VAR, buf, in dhd_sprom()
2098 return (dhd_get(dhd, DHD_GET_VAR, &buf[0], DHD_IOCTL_MAXLEN)); in dhd_var_get()
2175 return dhd_get(dhd, DHD_GET_VAR, &buf[0], DHD_IOCTL_MAXLEN); in dhd_var_getbuf()
2245 if ((error = dhd_get(dhd, DHD_GET_VAR, &ibuf, sizeof(ibuf))) < 0) in dhd_iovar_getint()