HomeSort by relevance Sort by last modified time
    Searched refs:dhd_set (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_cmd.h 47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
dhdu.c 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));
    [all...]
dhdu_linux.c 171 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
192 dhd_set(void *dhd, int cmd, void *buf, int len) function
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
dhdu.c 1093 ret = dhd_set(dhd, DHD_SET_VAR, &buf[0], (ptr - buf));
1132 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
1177 err = dhd_set(dhd, DHD_SET_VAR, &buf[0], (endptr - buf));
    [all...]
dhdu_linux.c 190 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
211 dhd_set(void *dhd, int cmd, void *buf, int len) function

Completed in 366 milliseconds