Searched refs:dhd_ioctl (Results 1 – 2 of 2) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() function 182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ in wl_ioctl() 347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe() 366 return dhd_ioctl(wl, cmd, buf, *len, TRUE); in ioctl_setinformation_fe()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | dhdioctl.h | 37 typedef struct dhd_ioctl { struct
|