OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmd_func_t
(Results
1 - 4
of
4
) sorted by null
/hardware/broadcom/wlan/bcm4329/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
57
static
cmd_func_t
dhd_var_void;
58
static
cmd_func_t
dhd_varint, dhd_varstr;
59
static
cmd_func_t
dhd_var_getandprintstr, dhd_var_getint, dhd_var_get;
60
static
cmd_func_t
dhd_var_setint;
62
static
cmd_func_t
dhd_version, dhd_list, dhd_msglevel;
65
static
cmd_func_t
dhd_pktgen;
67
static
cmd_func_t
dhd_sprom;
68
static
cmd_func_t
dhd_sdreg;
69
static
cmd_func_t
dhd_sd_msglevel, dhd_sd_blocksize, dhd_sd_mode, dhd_sd_reg;
70
static
cmd_func_t
dhd_dma_mode
[
all
...]
/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
57
static
cmd_func_t
dhd_var_void;
58
static
cmd_func_t
dhd_varint, dhd_varstr;
59
static
cmd_func_t
dhd_var_getandprintstr, dhd_var_getint, dhd_var_get;
60
static
cmd_func_t
dhd_var_setint;
62
static
cmd_func_t
dhd_version, dhd_list, dhd_msglevel;
65
static
cmd_func_t
dhd_pktgen;
67
static
cmd_func_t
dhd_sprom;
68
static
cmd_func_t
dhd_sdreg;
69
static
cmd_func_t
dhd_sd_msglevel, dhd_sd_blocksize, dhd_sd_mode, dhd_sd_reg;
70
static
cmd_func_t
dhd_dma_mode
[
all
...]
Completed in 69 milliseconds