Searched refs:cmd_func_t (Results 1 – 2 of 2) sorted by relevance
/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 | 63 static cmd_func_t dhd_var_void; 64 static cmd_func_t dhd_varint, dhd_varstr; 65 static cmd_func_t dhd_var_getandprintstr, dhd_var_getint, dhd_var_get; 66 static cmd_func_t dhd_var_setint; 68 static cmd_func_t dhd_version, dhd_list, dhd_msglevel; 71 static cmd_func_t dhd_pktgen; 73 static cmd_func_t dhd_sprom; 74 static cmd_func_t dhd_sdreg; 75 static cmd_func_t dhd_sd_msglevel, dhd_sd_blocksize, dhd_sd_mode, dhd_sd_reg; 76 static cmd_func_t dhd_dma_mode; [all …]
|