Searched refs:dhd_set (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
|
D | dhdu.c | 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() [all …]
|
D | dhdu_linux.c | 244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() function
|