Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_cmd.h47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
Ddhdu.c1100 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()
[all …]
Ddhdu_linux.c244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() function