OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_func_t
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h
25
typedef int (
cmd_func_t
)(void *dhd, cmd_t *cmd, char **argv);
typedef
30
cmd_func_t
*func;
dhdu.c
62
static
cmd_func_t
dhd_var_void;
63
static
cmd_func_t
dhd_varint, dhd_varstr;
64
static
cmd_func_t
dhd_var_getandprintstr, dhd_var_getint, dhd_var_get;
65
static
cmd_func_t
dhd_var_setint;
67
static
cmd_func_t
dhd_version, dhd_list, dhd_msglevel;
70
static
cmd_func_t
dhd_pktgen;
72
static
cmd_func_t
dhd_sprom;
73
static
cmd_func_t
dhd_sdreg;
74
static
cmd_func_t
dhd_sd_msglevel, dhd_sd_blocksize, dhd_sd_mode, dhd_sd_reg;
75
static
cmd_func_t
dhd_dma_mode
[
all
...]
Completed in 1071 milliseconds