Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:dhd_set

1072 			ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (ptr - buf));
1111 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
1156 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
1320 ret = dhd_set(dhd, DHD_SET_VAR, buf,
1467 ret = dhd_set(dhd, DHD_SET_VAR, buf, bufp - buf);
1522 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (bufp - buf + len));
1747 ret = dhd_set(dhd, DHD_SET_VAR, buf, (bufp - buf));
1824 fd = dhd_set(dhd, DHD_DLDN_ST, NULL, 0);
1867 ret = dhd_set(dhd, DHD_DLDN_WRITE, memblock, len);
1890 dhd_set(dhd, DHD_DLDN_END, NULL, 0);
2310 return (dhd_set(dhd, DHD_SET_VAR, &buf[0], len));
2434 return dhd_set(dhd, DHD_SET_VAR, &buf[0], len);
2505 if ((error = dhd_set(dhd, DHD_SET_VAR, &ibuf, len)) < 0)