HomeSort by relevance Sort by last modified time
    Searched full:dhd_ioctl (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 91 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) function
129 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */
171 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
175 * call dhd_ioctl if required. Name wl_get/wl_set is retained because these functions are
294 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE);
303 return dhd_ioctl(wl, cmd, buf, *len, TRUE);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 91 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) function
129 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */
171 /* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call dhd_ioctl
175 * call dhd_ioctl if required. Name wl_get/wl_set is retained because these functions are
294 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE);
303 return dhd_ioctl(wl, cmd, buf, *len, TRUE);
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
dhdioctl.h 37 typedef struct dhd_ioctl { struct
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 37 typedef struct dhd_ioctl { struct

Completed in 44 milliseconds