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

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_cmd.h 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
dhdu_linux.c 171 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
179 dhd_get(void *dhd, int cmd, void *buf, int len) function
dhdu.c 499 if ((ret = dhd_get(dhd, DHD_GET_MAGIC, &val, sizeof(int)) < 0))
503 if ((ret = dhd_get(dhd, DHD_GET_VERSION, &val, sizeof(int)) < 0))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
dhdu.c 516 if ((ret = dhd_get(dhd, DHD_GET_MAGIC, &val, sizeof(int)) < 0))
520 if ((ret = dhd_get(dhd, DHD_GET_VERSION, &val, sizeof(int)) < 0))
    [all...]
dhdu_linux.c 190 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
198 dhd_get(void *dhd, int cmd, void *buf, int len) function

Completed in 273 milliseconds