| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_com_i.c | 147 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 D | hal_api_efuse.c | 599 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 D | hal_api_btc.c | 515 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 D | hal_api_rf.c | 573 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 D | hal_api_btc.h | 36 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_efuse.h | 109 struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_bb.c | 53 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 D | hal_api_rf.h | 146 struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_bb.h | 24 struct rtw_proc_cmd *incmd,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_com_i.c | 147 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 D | hal_api_efuse.c | 599 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 D | hal_api_btc.c | 598 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 D | hal_api_rf.c | 573 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 D | hal_api_btc.h | 36 bool rtw_hal_btc_proc_cmd(struct hal_info_t *hal_info, struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_efuse.h | 109 struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_bb.c | 53 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 D | hal_api_rf.h | 146 struct rtw_proc_cmd *incmd,
|
| H A D | hal_api_bb.h | 24 struct rtw_proc_cmd *incmd,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_api_drv.c | 63 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 D | phl_api_drv.c | 63 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 D | phl_api.h | 103 struct rtw_proc_cmd *incmd, char *output, u32 out_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | phl_dbg_cmd.h | 35 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 D | phl_dbg_cmd.c | 155 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 D | phl_dbg_cmd.h | 35 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 D | phl_dbg_cmd.c | 155 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 …]
|