Lines Matching refs:dhd_set
1101 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (ptr - buf)); in dhd_membytes()
1140 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idletime()
1185 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idleclock()
1349 ret = dhd_set(dhd, DHD_SET_VAR, buf, in dhd_sprom()
1496 ret = dhd_set(dhd, DHD_SET_VAR, buf, bufp - buf); in dhd_vars()
1596 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (bufp - buf + len)); in dhd_load_file_bytes()
1915 ret = dhd_set(dhd, DHD_SET_VAR, buf, (bufp - buf)); in dhd_download()
2003 fd = dhd_set(dhd, DHD_DLDN_ST, NULL, 0); in dhd_dldn()
2049 ret = dhd_set(dhd, DHD_DLDN_WRITE, memblock, len); in dhd_dldn()
2072 ret = dhd_set(dhd, DHD_DLDN_END, NULL, 0); in dhd_dldn()
2817 return (dhd_set(dhd, DHD_SET_VAR, &buf[0], len)); in dhd_var_setint()
2941 return dhd_set(dhd, DHD_SET_VAR, &buf[0], len); in dhd_var_setbuf()
3012 if ((error = dhd_set(dhd, DHD_SET_VAR, &ibuf, len)) < 0) in dhd_iovar_setint()