Home
last modified time | relevance | path

Searched refs:MAX_ARGV (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_ps_dbg_cmd.h25 void phl_ps_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV],
28 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
31 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
33 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
H A Dphl_ps_dbg_cmd.c38 static void _phl_ps_cmd_show(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_show() argument
48 static void _phl_ps_cmd_stop_ps(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_stop_ps() argument
57 static void _phl_ps_cmd_test_ps(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_test_ps() argument
66 void phl_ps_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_ps_cmd_parser() argument
116 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_dump() argument
185 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_stop_ps() argument
219 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_test_ps() argument
H A Dphl_ser_dbg_cmd.c36 void _phl_ser_cmd_state(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_state() argument
63 void _phl_ser_cmd_cmac(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_cmac() argument
75 void _phl_ser_cmd_dmac(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_dmac() argument
86 void phl_ser_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_ser_cmd_parser() argument
H A Dphl_dbg_cmd.c33 void phl_dbg_git_info(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_git_info() argument
71 void phl_dbg_core_cmd_parser(void *phl, char input[][MAX_ARGV], in phl_dbg_core_cmd_parser() argument
131 char argv[MAX_ARGC][MAX_ARGV]; in phl_dbg_core_proc_cmd()
136 if (_os_strlen((u8 *)token) <= MAX_ARGV) in phl_dbg_core_proc_cmd()
237 _phl_dbg_cmd_switch_chbw(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _phl_dbg_cmd_switch_chbw() argument
361 void _dump_rx_rate(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_rx_rate() argument
484 void _dump_wow_stats(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_wow_stats() argument
510 void _dump_mcc_info(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_mcc_info() argument
626 void phl_dbg_cmd_snd(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_cmd_snd() argument
855 void phl_dbg_cmd_asoc_sta(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_cmd_asoc_sta() argument
[all …]
H A Dphl_ser_dbg_cmd.h18 void phl_ser_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_ps_dbg_cmd.h25 void phl_ps_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV],
28 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
31 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
33 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len);
H A Dphl_ps_dbg_cmd.c38 static void _phl_ps_cmd_show(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_show() argument
48 static void _phl_ps_cmd_stop_ps(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_stop_ps() argument
57 static void _phl_ps_cmd_test_ps(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ps_cmd_test_ps() argument
66 void phl_ps_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_ps_cmd_parser() argument
116 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_dump() argument
185 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_stop_ps() argument
219 char input[][MAX_ARGV], u32 input_num, char *output, u32 out_len) in phl_ps_dbg_test_ps() argument
H A Dphl_ser_dbg_cmd.c36 void _phl_ser_cmd_state(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_state() argument
63 void _phl_ser_cmd_cmac(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_cmac() argument
75 void _phl_ser_cmd_dmac(struct phl_info_t *phl_info, u32 *used, char input[][MAX_ARGV], in _phl_ser_cmd_dmac() argument
86 void phl_ser_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_ser_cmd_parser() argument
H A Dphl_dbg_cmd.c33 void phl_dbg_git_info(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_git_info() argument
71 void phl_dbg_core_cmd_parser(void *phl, char input[][MAX_ARGV], in phl_dbg_core_cmd_parser() argument
131 char argv[MAX_ARGC][MAX_ARGV]; in phl_dbg_core_proc_cmd()
136 if (_os_strlen((u8 *)token) <= MAX_ARGV) in phl_dbg_core_proc_cmd()
237 _phl_dbg_cmd_switch_chbw(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _phl_dbg_cmd_switch_chbw() argument
361 void _dump_rx_rate(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_rx_rate() argument
484 void _dump_wow_stats(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_wow_stats() argument
510 void _dump_mcc_info(struct phl_info_t *phl_info, char input[][MAX_ARGV], in _dump_mcc_info() argument
626 void phl_dbg_cmd_snd(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_cmd_snd() argument
855 void phl_dbg_cmd_asoc_sta(struct phl_info_t *phl_info, char input[][MAX_ARGV], in phl_dbg_cmd_asoc_sta() argument
[all …]
H A Dphl_ser_dbg_cmd.h18 void phl_ser_cmd_parser(struct phl_info_t *phl_info, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c89 static void _cmd_rb(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _cmd_rb() argument
129 static void _show_cx_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_cx_info() argument
208 static void _show_wl_role_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_role_info() argument
275 static void _show_wl_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_info() argument
313 static void _show_dm_step(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_step() argument
344 static void _show_bt_profile_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_profile_info() argument
398 static void _show_bt_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_info() argument
505 static void _show_fbtc_tdma(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_fbtc_tdma() argument
534 static void _show_dm_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_info() argument
590 static void _show_mreg(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_mreg() argument
[all …]
H A Dhalbtc_dbg_cmd.h18 void halbtc_cmd_parser(struct btc_t *btc, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c89 static void _cmd_rb(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _cmd_rb() argument
129 static void _show_cx_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_cx_info() argument
208 static void _show_wl_role_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_role_info() argument
275 static void _show_wl_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_wl_info() argument
313 static void _show_dm_step(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_step() argument
344 static void _show_bt_profile_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_profile_info() argument
398 static void _show_bt_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_bt_info() argument
505 static void _show_fbtc_tdma(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_fbtc_tdma() argument
534 static void _show_dm_info(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_dm_info() argument
590 static void _show_mreg(struct btc_t *btc, u32 *used, char input[][MAX_ARGV], in _show_mreg() argument
[all …]
H A Dhalbtc_dbg_cmd.h18 void halbtc_cmd_parser(struct btc_t *btc, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dbg_cmd_ex.h28 #define MAX_ARGV 16 macro
35 void halbb_cmd_parser(struct bb_info *bb, char input[][MAX_ARGV],
H A Dhalbb_dbg_cmd.h19 #define MAX_ARGV 16 macro
H A Dhalbb_dbg_cmd.c459 void halbb_cmd_parser(struct bb_info *bb, char input[][MAX_ARGV], in halbb_cmd_parser() argument
793 char argv[MAX_ARGC][MAX_ARGV]; in halbb_cmd()
798 if (_os_strlen(token) <= MAX_ARGV) in halbb_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dbg_cmd_ex.h28 #define MAX_ARGV 16 macro
35 void halbb_cmd_parser(struct bb_info *bb, char input[][MAX_ARGV],
H A Dhalbb_dbg_cmd.h19 #define MAX_ARGV 16 macro
H A Dhalbb_dbg_cmd.c459 void halbb_cmd_parser(struct bb_info *bb, char input[][MAX_ARGV], in halbb_cmd_parser() argument
793 char argv[MAX_ARGC][MAX_ARGV]; in halbb_cmd()
798 if (_os_strlen(token) <= MAX_ARGV) in halbb_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.h131 void (*debug)(void *custom_obj, char input[][MAX_ARGV],
185 void phl_fsm_dbg(struct phl_info_t *phl_info, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.h131 void (*debug)(void *custom_obj, char input[][MAX_ARGV],
185 void phl_fsm_dbg(struct phl_info_t *phl_info, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_efuse.c514 char input[][MAX_ARGV], in hal_efuse_cmd_parser() argument
578 char argv[MAX_ARGC][MAX_ARGV]; in hal_efuse_cmd()
583 if (_os_strlen((u8*)token) <= MAX_ARGV) in hal_efuse_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_efuse.c514 char input[][MAX_ARGV], in hal_efuse_cmd_parser() argument
578 char argv[MAX_ARGC][MAX_ARGV]; in hal_efuse_cmd()
583 if (_os_strlen((u8*)token) <= MAX_ARGV) in hal_efuse_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_debug.h210 #define MAX_ARGV 16 macro

123