Home
last modified time | relevance | path

Searched refs:incmd (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_com_i.c147 rtw_hal_proc_cmd(void *hal, char proc_cmd, struct rtw_proc_cmd *incmd, in rtw_hal_proc_cmd() argument
154 if(rtw_hal_bb_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
158 if(rtw_hal_rf_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
162 if(rtw_hal_mac_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
167 if(rtw_hal_btc_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
172 if(rtw_hal_efuse_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
H A Dhal_api_efuse.c599 struct rtw_proc_cmd *incmd, in rtw_hal_efuse_proc_cmd() argument
604 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_efuse_proc_cmd()
605 hal_efuse_cmd(hal_info, incmd->in.buf, output, out_len); in rtw_hal_efuse_proc_cmd()
606 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_efuse_proc_cmd()
607 hal_efuse_cmd_parser(hal_info, incmd->in.vector, in rtw_hal_efuse_proc_cmd()
608 incmd->in_cnt_len, output, out_len); in rtw_hal_efuse_proc_cmd()
H A Dhal_api_btc.c515 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_btc_proc_cmd() argument
518 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_btc_proc_cmd()
519 halbtc_cmd(hal_info->btc, incmd->in.buf, output, out_len); in rtw_hal_btc_proc_cmd()
520 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_btc_proc_cmd()
521 halbtc_cmd_parser(hal_info->btc, incmd->in.vector, in rtw_hal_btc_proc_cmd()
522 incmd->in_cnt_len, output, out_len); in rtw_hal_btc_proc_cmd()
H A Dhal_api_rf.c573 struct rtw_proc_cmd *incmd, in rtw_hal_rf_proc_cmd() argument
577 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_rf_proc_cmd()
578 halrf_cmd(hal_info->rf, incmd->in.buf, output, out_len); in rtw_hal_rf_proc_cmd()
580 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_rf_proc_cmd()
582 halrf_cmd_parser(hal_info->rf, incmd->in.vector, in rtw_hal_rf_proc_cmd()
583 incmd->in_cnt_len, output, out_len); in rtw_hal_rf_proc_cmd()
1117 struct rtw_proc_cmd *incmd, in rtw_hal_rf_proc_cmd() argument
H A Dhal_api_btc.h36 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
H A Dhal_api_efuse.h109 struct rtw_proc_cmd *incmd,
H A Dhal_api_bb.c53 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd() argument
56 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_bb_proc_cmd()
57 halbb_cmd(hal_info->bb, incmd->in.buf, output, out_len); in rtw_hal_bb_proc_cmd()
58 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_bb_proc_cmd()
59 halbb_cmd_parser(hal_info->bb, incmd->in.vector, in rtw_hal_bb_proc_cmd()
60 incmd->in_cnt_len, output, out_len); in rtw_hal_bb_proc_cmd()
1660 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd() argument
H A Dhal_api_rf.h146 struct rtw_proc_cmd *incmd,
H A Dhal_api_bb.h24 struct rtw_proc_cmd *incmd,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_com_i.c147 rtw_hal_proc_cmd(void *hal, char proc_cmd, struct rtw_proc_cmd *incmd, in rtw_hal_proc_cmd() argument
154 if(rtw_hal_bb_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
158 if(rtw_hal_rf_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
162 if(rtw_hal_mac_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
167 if(rtw_hal_btc_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
172 if(rtw_hal_efuse_proc_cmd(hal_info, incmd, output, out_len)) in rtw_hal_proc_cmd()
H A Dhal_api_efuse.c599 struct rtw_proc_cmd *incmd, in rtw_hal_efuse_proc_cmd() argument
604 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_efuse_proc_cmd()
605 hal_efuse_cmd(hal_info, incmd->in.buf, output, out_len); in rtw_hal_efuse_proc_cmd()
606 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_efuse_proc_cmd()
607 hal_efuse_cmd_parser(hal_info, incmd->in.vector, in rtw_hal_efuse_proc_cmd()
608 incmd->in_cnt_len, output, out_len); in rtw_hal_efuse_proc_cmd()
H A Dhal_api_btc.c598 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_btc_proc_cmd() argument
601 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_btc_proc_cmd()
602 halbtc_cmd(hal_info->btc, incmd->in.buf, output, out_len); in rtw_hal_btc_proc_cmd()
603 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_btc_proc_cmd()
604 halbtc_cmd_parser(hal_info->btc, incmd->in.vector, in rtw_hal_btc_proc_cmd()
605 incmd->in_cnt_len, output, out_len); in rtw_hal_btc_proc_cmd()
H A Dhal_api_rf.c573 struct rtw_proc_cmd *incmd, in rtw_hal_rf_proc_cmd() argument
577 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_rf_proc_cmd()
578 halrf_cmd(hal_info->rf, incmd->in.buf, output, out_len); in rtw_hal_rf_proc_cmd()
580 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_rf_proc_cmd()
582 halrf_cmd_parser(hal_info->rf, incmd->in.vector, in rtw_hal_rf_proc_cmd()
583 incmd->in_cnt_len, output, out_len); in rtw_hal_rf_proc_cmd()
1117 struct rtw_proc_cmd *incmd, in rtw_hal_rf_proc_cmd() argument
H A Dhal_api_btc.h36 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
H A Dhal_api_efuse.h109 struct rtw_proc_cmd *incmd,
H A Dhal_api_bb.c53 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd() argument
56 if(incmd->in_type == RTW_ARG_TYPE_BUF) in rtw_hal_bb_proc_cmd()
57 halbb_cmd(hal_info->bb, incmd->in.buf, output, out_len); in rtw_hal_bb_proc_cmd()
58 else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_hal_bb_proc_cmd()
59 halbb_cmd_parser(hal_info->bb, incmd->in.vector, in rtw_hal_bb_proc_cmd()
60 incmd->in_cnt_len, output, out_len); in rtw_hal_bb_proc_cmd()
1659 bool rtw_hal_bb_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd, in rtw_hal_bb_proc_cmd() argument
H A Dhal_api_rf.h146 struct rtw_proc_cmd *incmd,
H A Dhal_api_bb.h24 struct rtw_proc_cmd *incmd,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_api_drv.c63 struct rtw_proc_cmd *incmd, in rtw_phl_proc_cmd() argument
70 rtw_phl_dbg_proc_cmd(phl_info, incmd, output, out_len); in rtw_phl_proc_cmd()
72 rtw_phl_dbg_core_cmd(phl_info, incmd, output, out_len); in rtw_phl_proc_cmd()
74 rtw_hal_proc_cmd(hal_info, proc_cmd, incmd, output, out_len); in rtw_phl_proc_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_api_drv.c63 struct rtw_proc_cmd *incmd, in rtw_phl_proc_cmd() argument
70 rtw_phl_dbg_proc_cmd(phl_info, incmd, output, out_len); in rtw_phl_proc_cmd()
72 rtw_phl_dbg_core_cmd(phl_info, incmd, output, out_len); in rtw_phl_proc_cmd()
74 rtw_hal_proc_cmd(hal_info, proc_cmd, incmd, output, out_len); in rtw_phl_proc_cmd()
H A Dphl_api.h103 struct rtw_proc_cmd *incmd, char *output, u32 out_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_dbg_cmd.h35 rtw_phl_dbg_core_cmd(struct phl_info_t *phl_info, struct rtw_proc_cmd *incmd, char *output, u32 out…
91 struct rtw_proc_cmd *incmd,
H A Dphl_dbg_cmd.c155 struct rtw_proc_cmd *incmd, in rtw_phl_dbg_core_cmd() argument
159 if (incmd->in_type == RTW_ARG_TYPE_BUF) { in rtw_phl_dbg_core_cmd()
160 phl_dbg_core_proc_cmd(phl_info, incmd->in.buf, output, out_len); in rtw_phl_dbg_core_cmd()
161 } else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_phl_dbg_core_cmd()
162 phl_dbg_core_cmd_parser(phl_info, incmd->in.vector, in rtw_phl_dbg_core_cmd()
163 incmd->in_cnt_len, output, out_len); in rtw_phl_dbg_core_cmd()
1430 struct rtw_proc_cmd *incmd, in rtw_phl_dbg_proc_cmd() argument
1434 if (incmd->in_type == RTW_ARG_TYPE_BUF) { in rtw_phl_dbg_proc_cmd()
1435 phl_dbg_proc_cmd(phl_info, incmd->in.buf, output, out_len); in rtw_phl_dbg_proc_cmd()
1436 } else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_phl_dbg_proc_cmd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_dbg_cmd.h35 rtw_phl_dbg_core_cmd(struct phl_info_t *phl_info, struct rtw_proc_cmd *incmd, char *output, u32 out…
93 struct rtw_proc_cmd *incmd,
H A Dphl_dbg_cmd.c155 struct rtw_proc_cmd *incmd, in rtw_phl_dbg_core_cmd() argument
159 if (incmd->in_type == RTW_ARG_TYPE_BUF) { in rtw_phl_dbg_core_cmd()
160 phl_dbg_core_proc_cmd(phl_info, incmd->in.buf, output, out_len); in rtw_phl_dbg_core_cmd()
161 } else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_phl_dbg_core_cmd()
162 phl_dbg_core_cmd_parser(phl_info, incmd->in.vector, in rtw_phl_dbg_core_cmd()
163 incmd->in_cnt_len, output, out_len); in rtw_phl_dbg_core_cmd()
1492 struct rtw_proc_cmd *incmd, in rtw_phl_dbg_proc_cmd() argument
1496 if (incmd->in_type == RTW_ARG_TYPE_BUF) { in rtw_phl_dbg_proc_cmd()
1497 phl_dbg_proc_cmd(phl_info, incmd->in.buf, output, out_len); in rtw_phl_dbg_proc_cmd()
1498 } else if(incmd->in_type == RTW_ARG_TYPE_ARRAY){ in rtw_phl_dbg_proc_cmd()
[all …]

12