Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu_cmd.h48 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
Ddhdu.c981 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (ptr - buf)); in dhd_membytes()
1020 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idletime()
1065 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idleclock()
1229 ret = dhd_set(dhd, DHD_SET_VAR, buf, in dhd_sprom()
1375 ret = dhd_set(dhd, DHD_SET_VAR, buf, bufp - buf); in dhd_vars()
1430 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (bufp - buf + len)); in dhd_load_file_bytes()
1630 ret = dhd_set(dhd, DHD_SET_VAR, buf, (bufp - buf)); in dhd_download()
2069 return (dhd_set(dhd, DHD_SET_VAR, &buf[0], len)); in dhd_var_setint()
2193 return dhd_set(dhd, DHD_SET_VAR, &buf[0], len); in dhd_var_setbuf()
2264 if ((error = dhd_set(dhd, DHD_SET_VAR, &ibuf, len)) < 0) in dhd_iovar_setint()
Ddhdu_linux.c133 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() function