Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_cmd.h46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
Ddhdu.c524 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()
1353 ret = dhd_get(dhd, DHD_GET_VAR, buf, in dhd_sprom()
2846 return (dhd_get(dhd, DHD_GET_VAR, &buf[0], DHD_IOCTL_MAXLEN)); in dhd_var_get()
2922 return dhd_get(dhd, DHD_GET_VAR, &buf[0], DHD_IOCTL_MAXLEN); in dhd_var_getbuf()
2993 if ((error = dhd_get(dhd, DHD_GET_VAR, &ibuf, sizeof(ibuf))) < 0) in dhd_iovar_getint()
Ddhdu_linux.c231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() function