Lines Matching refs:dhd_set
1100 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (ptr - buf)); in dhd_membytes()
1139 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idletime()
1184 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf)); in dhd_idleclock()
1348 ret = dhd_set(dhd, DHD_SET_VAR, buf, in dhd_sprom()
1495 ret = dhd_set(dhd, DHD_SET_VAR, buf, bufp - buf); in dhd_vars()
1595 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (bufp - buf + len)); in dhd_load_file_bytes()
1914 ret = dhd_set(dhd, DHD_SET_VAR, buf, (bufp - buf)); in dhd_download()
2002 fd = dhd_set(dhd, DHD_DLDN_ST, NULL, 0); in dhd_dldn()
2048 ret = dhd_set(dhd, DHD_DLDN_WRITE, memblock, len); in dhd_dldn()
2071 ret = dhd_set(dhd, DHD_DLDN_END, NULL, 0); in dhd_dldn()
2816 return (dhd_set(dhd, DHD_SET_VAR, &buf[0], len)); in dhd_var_setint()
2940 return dhd_set(dhd, DHD_SET_VAR, &buf[0], len); in dhd_var_setbuf()
3011 if ((error = dhd_set(dhd, DHD_SET_VAR, &ibuf, len)) < 0) in dhd_iovar_setint()