Searched refs:cmd_func_t (Results 1 – 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu_cmd.h | 25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv); typedef 30 cmd_func_t *func;
|
D | 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/ |
D | dhdu_cmd.h | 25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv); typedef 30 cmd_func_t *func;
|
D | 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 …]
|