Searched refs:dhd_get (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
|
D | dhdu.c | 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() 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()
|
D | dhdu_linux.c | 231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() function
|