OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhd
(Results
1 - 6
of
6
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h
2
* Command structure for
dhd
command line utility, copied from wl utility
25
typedef int (cmd_func_t)(void *
dhd
, cmd_t *cmd, char **argv);
46
extern int dhd_get(void *
dhd
, int cmd, void *buf, int len);
47
extern int dhd_set(void *
dhd
, int cmd, void *buf, int len);
dhdu.h
2
* Definitions for
DHD
command-line utility
38
extern void dhd_printlasterror(void *
dhd
);
42
extern int dhd_check(void *
dhd
);
57
#define CMD_DHD 1 /* the start of a
dhd
command */
dhdu.c
2
* Common code for
DHD
command-line utility
87
static int dhd_var_getbuf(void *
dhd
, char *iovar, void *param, int param_len, void **bufptr);
88
static int dhd_var_setbuf(void *
dhd
, char *iovar, void *param, int param_len);
92
static int dhd_iovar_getint(void *
dhd
, char *name, int *var);
93
static int dhd_iovar_setint(void *
dhd
, char *name, int var);
119
static int dhd_do_msglevel(void *
dhd
, cmd_t *cmd, char **argv, dbg_msg_t *dbg_msg);
169
"reset the bus stats shown in the
dhd
dump"},
426
dhd_list(void *
dhd
, cmd_t *garb, char **argv)
433
UNUSED_PARAMETER(
dhd
);
518
dhd_check(void *
dhd
)
[
all
...]
dhdu_linux.c
2
* Linux port of
dhd
command line utility, hacked from wl utility.
98
static int __dhd_driver_io(void *
dhd
, dhd_ioctl_t *ioc)
101
struct ifreq *ifr = (struct ifreq *)
dhd
;
118
static int __dhd_driver_io(void *
dhd
, dhd_ioctl_t *ioc)
120
struct ifreq *ifr = (struct ifreq *)
dhd
;
145
dhd_ioctl(void *
dhd
, int cmd, void *buf, int len, bool set)
154
/* For local
dhd
commands execute
dhd
. For wifi transport we still
171
ret = __dhd_driver_io(
dhd
, &ioc);
185
/* Search if
dhd
adapter or wl adapter is presen
[
all
...]
dhdu_common.h
2
* Linux port of
dhd
command line utility, hacked from wl utility.
68
/*
DHD
utility function declarations */
69
extern int dhd_check(void *
dhd
);
74
/* Remote
DHD
declarations */
/frameworks/base/core/java/android/app/
ActivityThread.java
844
DumpHeapData
dhd
= new DumpHeapData();
local
845
dhd
.path = path;
846
dhd
.fd = fd;
847
queueOrSendMessage(H.DUMP_HEAP,
dhd
, managed ? 1 : 0);
[
all
...]
Completed in 472 milliseconds