OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhd_ioctl
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c
145
dhd_ioctl
(void *dhd, int cmd, void *buf, int len, bool set)
function
182
return
dhd_ioctl
(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */
223
/* dhd_get/dhd_set is called by several functions in dhdu.c. This used to call
dhd_ioctl
227
* call
dhd_ioctl
if required. Name wl_get/wl_set is retained because these functions are
347
return
dhd_ioctl
(wl, cmd, input_buf, *input_len, FALSE);
366
return
dhd_ioctl
(wl, cmd, buf, *len, TRUE);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h
37
typedef struct
dhd_ioctl
{
struct
Completed in 45 milliseconds