Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 4752) sorted by relevance

12345678910>>...191

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v10.c24 struct rkispp_tnr_config *arg) in tnr_config() argument
28 val = arg->opty_en << 2 | arg->optc_en << 3 | in tnr_config()
29 arg->gain_en << 4; in tnr_config()
34 val = ISPP_PACK_4BYTE(arg->pk0_y, arg->pk1_y, in tnr_config()
35 arg->pk0_c, arg->pk1_c); in tnr_config()
38 val = ISPP_PACK_2SHORT(arg->glb_gain_cur, arg->glb_gain_nxt); in tnr_config()
40 val = ISPP_PACK_2SHORT(arg->glb_gain_cur_div, arg->glb_gain_cur_sqrt); in tnr_config()
45 ISPP_PACK_2SHORT(arg->sigma_y[i], arg->sigma_y[i + 1])); in tnr_config()
46 rkispp_write(params_vdev->dev, RKISPP_TNR_CORE_SIG_Y10, arg->sigma_y[16]); in tnr_config()
48 ISPP_PACK_4BIT(arg->sigma_x[0], arg->sigma_x[1], in tnr_config()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_efuse.c22 struct mp_context *mp, struct mp_efuse_arg *arg) in phl_mp_efuse_wifi_shadow_read() argument
26 hal_status = rtw_hal_mp_efuse_wifi_shadow_read(mp, arg); in phl_mp_efuse_wifi_shadow_read()
29 arg->cmd_ok = true; in phl_mp_efuse_wifi_shadow_read()
30 arg->status = hal_status; in phl_mp_efuse_wifi_shadow_read()
33 mp->rpt = arg; in phl_mp_efuse_wifi_shadow_read()
42 struct mp_context *mp, struct mp_efuse_arg *arg) in phl_mp_efuse_wifi_shadow_write() argument
46 hal_status = rtw_hal_mp_efuse_wifi_shadow_write(mp, arg); in phl_mp_efuse_wifi_shadow_write()
49 arg->cmd_ok = true; in phl_mp_efuse_wifi_shadow_write()
50 arg->status = hal_status; in phl_mp_efuse_wifi_shadow_write()
53 mp->rpt = arg; in phl_mp_efuse_wifi_shadow_write()
[all …]
H A Dphl_test_mp_tx.c23 phl_mp_get_plcp_usr_info(struct mp_context *mp, struct mp_tx_arg *arg) in phl_mp_get_plcp_usr_info() argument
27 int plcp_usr_idx = arg->plcp_usr_idx; in phl_mp_get_plcp_usr_info()
29 if(arg->nss > phl_com->phy_cap[mp->cur_phy].txss){ in phl_mp_get_plcp_usr_info()
31 PHL_INFO("%s Invalid NSS %d\n",__FUNCTION__, arg->nss); in phl_mp_get_plcp_usr_info()
34 PHL_INFO("%s arg->plcp_usr_idx = %d\n",__FUNCTION__, arg->plcp_usr_idx); in phl_mp_get_plcp_usr_info()
35 PHL_INFO("%s arg->mcs = %d\n",__FUNCTION__, arg->mcs); in phl_mp_get_plcp_usr_info()
36 PHL_INFO("%s arg->mpdu_len = %d\n",__FUNCTION__, arg->mpdu_len); in phl_mp_get_plcp_usr_info()
37 PHL_INFO("%s arg->n_mpdu = %d\n",__FUNCTION__, arg->n_mpdu); in phl_mp_get_plcp_usr_info()
38 PHL_INFO("%s arg->fec = %d\n",__FUNCTION__, arg->fec); in phl_mp_get_plcp_usr_info()
39 PHL_INFO("%s arg->dcm = %d\n",__FUNCTION__, arg->dcm); in phl_mp_get_plcp_usr_info()
[all …]
H A Dphl_test_mp_txpwr.c22 struct mp_context *mp, struct mp_txpwr_arg *arg) in phl_mp_txpwr_read_table() argument
26 hal_status = rtw_hal_mp_txpwr_read_table(mp, arg); in phl_mp_txpwr_read_table()
29 arg->cmd_ok = true; in phl_mp_txpwr_read_table()
30 arg->status = hal_status; in phl_mp_txpwr_read_table()
33 mp->rpt = arg; in phl_mp_txpwr_read_table()
42 struct mp_context *mp, struct mp_txpwr_arg *arg) in phl_mp_txpwr_get_pwrtrack() argument
46 hal_status = rtw_hal_mp_txpwr_get_pwrtrack(mp, arg); in phl_mp_txpwr_get_pwrtrack()
49 arg->cmd_ok = true; in phl_mp_txpwr_get_pwrtrack()
50 arg->status = hal_status; in phl_mp_txpwr_get_pwrtrack()
53 mp->rpt = arg; in phl_mp_txpwr_get_pwrtrack()
[all …]
H A Dphl_test_mp_config.c22 struct mp_context *mp, struct mp_config_arg *arg) in phl_mp_config_start_dut() argument
26 hal_status = rtw_hal_mp_config_start_dut(mp, arg); in phl_mp_config_start_dut()
29 arg->cmd_ok = true; in phl_mp_config_start_dut()
30 arg->status = hal_status; in phl_mp_config_start_dut()
33 mp->rpt = arg; in phl_mp_config_start_dut()
42 struct mp_context *mp, struct mp_config_arg *arg) in phl_mp_config_get_device_info() argument
46 hal_status = rtw_hal_mp_config_get_dev_info(mp, arg); in phl_mp_config_get_device_info()
49 arg->cmd_ok = true; in phl_mp_config_get_device_info()
50 arg->status = hal_status; in phl_mp_config_get_device_info()
53 mp->rpt = arg; in phl_mp_config_get_device_info()
[all …]
H A Dphl_test_mp_reg.c22 struct mp_context *mp, struct mp_reg_arg *arg) in phl_mp_reg_read_macreg() argument
26 hal_status = rtw_hal_mp_reg_read_macreg(mp, arg); in phl_mp_reg_read_macreg()
29 arg->cmd_ok = true; in phl_mp_reg_read_macreg()
30 arg->status = hal_status; in phl_mp_reg_read_macreg()
33 mp->rpt = arg; in phl_mp_reg_read_macreg()
42 struct mp_context *mp, struct mp_reg_arg *arg) in phl_mp_reg_write_macreg() argument
46 hal_status = rtw_hal_mp_reg_write_macreg(mp, arg); in phl_mp_reg_write_macreg()
49 arg->cmd_ok = true; in phl_mp_reg_write_macreg()
50 arg->status = hal_status; in phl_mp_reg_write_macreg()
53 mp->rpt = arg; in phl_mp_reg_write_macreg()
[all …]
H A Dphl_test_mp_rx.c22 struct mp_context *mp, struct mp_rx_arg *arg) in phl_mp_rx_phy_crc_ok() argument
26 hal_status = rtw_hal_mp_rx_phy_crc_ok(mp, arg); in phl_mp_rx_phy_crc_ok()
29 arg->cmd_ok = true; in phl_mp_rx_phy_crc_ok()
30 arg->status = hal_status; in phl_mp_rx_phy_crc_ok()
33 mp->rpt = arg; in phl_mp_rx_phy_crc_ok()
42 struct mp_context *mp, struct mp_rx_arg *arg) in phl_mp_rx_phy_crc_err() argument
46 hal_status = rtw_hal_mp_rx_phy_crc_err(mp, arg); in phl_mp_rx_phy_crc_err()
49 arg->cmd_ok = true; in phl_mp_rx_phy_crc_err()
50 arg->status = hal_status; in phl_mp_rx_phy_crc_err()
53 mp->rpt = arg; in phl_mp_rx_phy_crc_err()
[all …]
H A Dphl_test_mp_cal.c22 struct mp_context *mp, struct mp_cal_arg *arg) in phl_mp_cal_trigger() argument
26 hal_status = rtw_hal_mp_cal_trigger(mp, arg); in phl_mp_cal_trigger()
30 arg->cmd_ok = true; in phl_mp_cal_trigger()
31 arg->status = hal_status; in phl_mp_cal_trigger()
34 mp->rpt = arg; in phl_mp_cal_trigger()
43 struct mp_context *mp, struct mp_cal_arg *arg) in phl_mp_cal_set_capability() argument
47 hal_status = rtw_hal_mp_cal_set_capability(mp, arg); in phl_mp_cal_set_capability()
51 arg->cmd_ok = true; in phl_mp_cal_set_capability()
52 arg->status = hal_status; in phl_mp_cal_set_capability()
55 mp->rpt = arg; in phl_mp_cal_set_capability()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_efuse.c22 struct mp_context *mp, struct mp_efuse_arg *arg) in phl_mp_efuse_wifi_shadow_read() argument
26 hal_status = rtw_hal_mp_efuse_wifi_shadow_read(mp, arg); in phl_mp_efuse_wifi_shadow_read()
29 arg->cmd_ok = true; in phl_mp_efuse_wifi_shadow_read()
30 arg->status = hal_status; in phl_mp_efuse_wifi_shadow_read()
33 mp->rpt = arg; in phl_mp_efuse_wifi_shadow_read()
42 struct mp_context *mp, struct mp_efuse_arg *arg) in phl_mp_efuse_wifi_shadow_write() argument
46 hal_status = rtw_hal_mp_efuse_wifi_shadow_write(mp, arg); in phl_mp_efuse_wifi_shadow_write()
49 arg->cmd_ok = true; in phl_mp_efuse_wifi_shadow_write()
50 arg->status = hal_status; in phl_mp_efuse_wifi_shadow_write()
53 mp->rpt = arg; in phl_mp_efuse_wifi_shadow_write()
[all …]
H A Dphl_test_mp_tx.c23 phl_mp_get_plcp_usr_info(struct mp_context *mp, struct mp_tx_arg *arg) in phl_mp_get_plcp_usr_info() argument
27 int plcp_usr_idx = arg->plcp_usr_idx; in phl_mp_get_plcp_usr_info()
29 if(arg->nss > phl_com->phy_cap[mp->cur_phy].txss){ in phl_mp_get_plcp_usr_info()
31 PHL_INFO("%s Invalid NSS %d\n",__FUNCTION__, arg->nss); in phl_mp_get_plcp_usr_info()
34 PHL_INFO("%s arg->plcp_usr_idx = %d\n",__FUNCTION__, arg->plcp_usr_idx); in phl_mp_get_plcp_usr_info()
35 PHL_INFO("%s arg->mcs = %d\n",__FUNCTION__, arg->mcs); in phl_mp_get_plcp_usr_info()
36 PHL_INFO("%s arg->mpdu_len = %d\n",__FUNCTION__, arg->mpdu_len); in phl_mp_get_plcp_usr_info()
37 PHL_INFO("%s arg->n_mpdu = %d\n",__FUNCTION__, arg->n_mpdu); in phl_mp_get_plcp_usr_info()
38 PHL_INFO("%s arg->fec = %d\n",__FUNCTION__, arg->fec); in phl_mp_get_plcp_usr_info()
39 PHL_INFO("%s arg->dcm = %d\n",__FUNCTION__, arg->dcm); in phl_mp_get_plcp_usr_info()
[all …]
H A Dphl_test_mp_txpwr.c22 struct mp_context *mp, struct mp_txpwr_arg *arg) in phl_mp_txpwr_read_table() argument
26 hal_status = rtw_hal_mp_txpwr_read_table(mp, arg); in phl_mp_txpwr_read_table()
29 arg->cmd_ok = true; in phl_mp_txpwr_read_table()
30 arg->status = hal_status; in phl_mp_txpwr_read_table()
33 mp->rpt = arg; in phl_mp_txpwr_read_table()
42 struct mp_context *mp, struct mp_txpwr_arg *arg) in phl_mp_txpwr_get_pwrtrack() argument
46 hal_status = rtw_hal_mp_txpwr_get_pwrtrack(mp, arg); in phl_mp_txpwr_get_pwrtrack()
49 arg->cmd_ok = true; in phl_mp_txpwr_get_pwrtrack()
50 arg->status = hal_status; in phl_mp_txpwr_get_pwrtrack()
53 mp->rpt = arg; in phl_mp_txpwr_get_pwrtrack()
[all …]
H A Dphl_test_mp_config.c22 struct mp_context *mp, struct mp_config_arg *arg) in phl_mp_config_start_dut() argument
26 hal_status = rtw_hal_mp_config_start_dut(mp, arg); in phl_mp_config_start_dut()
29 arg->cmd_ok = true; in phl_mp_config_start_dut()
30 arg->status = hal_status; in phl_mp_config_start_dut()
33 mp->rpt = arg; in phl_mp_config_start_dut()
42 struct mp_context *mp, struct mp_config_arg *arg) in phl_mp_config_get_device_info() argument
46 hal_status = rtw_hal_mp_config_get_dev_info(mp, arg); in phl_mp_config_get_device_info()
49 arg->cmd_ok = true; in phl_mp_config_get_device_info()
50 arg->status = hal_status; in phl_mp_config_get_device_info()
53 mp->rpt = arg; in phl_mp_config_get_device_info()
[all …]
H A Dphl_test_mp_rx.c22 struct mp_context *mp, struct mp_rx_arg *arg) in phl_mp_rx_phy_crc_ok() argument
26 hal_status = rtw_hal_mp_rx_phy_crc_ok(mp, arg); in phl_mp_rx_phy_crc_ok()
29 arg->cmd_ok = true; in phl_mp_rx_phy_crc_ok()
30 arg->status = hal_status; in phl_mp_rx_phy_crc_ok()
33 mp->rpt = arg; in phl_mp_rx_phy_crc_ok()
42 struct mp_context *mp, struct mp_rx_arg *arg) in phl_mp_rx_phy_crc_err() argument
46 hal_status = rtw_hal_mp_rx_phy_crc_err(mp, arg); in phl_mp_rx_phy_crc_err()
49 arg->cmd_ok = true; in phl_mp_rx_phy_crc_err()
50 arg->status = hal_status; in phl_mp_rx_phy_crc_err()
53 mp->rpt = arg; in phl_mp_rx_phy_crc_err()
[all …]
H A Dphl_test_mp_reg.c22 struct mp_context *mp, struct mp_reg_arg *arg) in phl_mp_reg_read_macreg() argument
26 hal_status = rtw_hal_mp_reg_read_macreg(mp, arg); in phl_mp_reg_read_macreg()
29 arg->cmd_ok = true; in phl_mp_reg_read_macreg()
30 arg->status = hal_status; in phl_mp_reg_read_macreg()
33 mp->rpt = arg; in phl_mp_reg_read_macreg()
42 struct mp_context *mp, struct mp_reg_arg *arg) in phl_mp_reg_write_macreg() argument
46 hal_status = rtw_hal_mp_reg_write_macreg(mp, arg); in phl_mp_reg_write_macreg()
49 arg->cmd_ok = true; in phl_mp_reg_write_macreg()
50 arg->status = hal_status; in phl_mp_reg_write_macreg()
53 mp->rpt = arg; in phl_mp_reg_write_macreg()
[all …]
H A Dphl_test_mp_cal.c22 struct mp_context *mp, struct mp_cal_arg *arg) in phl_mp_cal_trigger() argument
26 hal_status = rtw_hal_mp_cal_trigger(mp, arg); in phl_mp_cal_trigger()
30 arg->cmd_ok = true; in phl_mp_cal_trigger()
31 arg->status = hal_status; in phl_mp_cal_trigger()
34 mp->rpt = arg; in phl_mp_cal_trigger()
43 struct mp_context *mp, struct mp_cal_arg *arg) in phl_mp_cal_set_capability() argument
47 hal_status = rtw_hal_mp_cal_set_capability(mp, arg); in phl_mp_cal_set_capability()
51 arg->cmd_ok = true; in phl_mp_cal_set_capability()
52 arg->status = hal_status; in phl_mp_cal_set_capability()
55 mp->rpt = arg; in phl_mp_cal_set_capability()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c42 const struct isp2x_dpcc_cfg *arg) in isp_dpcc_config() argument
50 value |= (arg->stage1_enable & 0x01) << 2 | in isp_dpcc_config()
51 (arg->grayscale_mode & 0x01) << 1; in isp_dpcc_config()
56 value = (arg->sw_rk_out_sel & 0x03) << 5 | in isp_dpcc_config()
57 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
58 (arg->stage1_rb_3x3 & 0x01) << 3 | in isp_dpcc_config()
59 (arg->stage1_g_3x3 & 0x01) << 2 | in isp_dpcc_config()
60 (arg->stage1_incl_rb_center & 0x01) << 1 | in isp_dpcc_config()
61 (arg->stage1_incl_green_center & 0x01); in isp_dpcc_config()
66 value = (arg->stage1_use_fix_set & 0x01) << 3 | in isp_dpcc_config()
[all …]
H A Disp_params_v21.c37 const struct isp2x_dpcc_cfg *arg) in isp_dpcc_config() argument
45 value |= (arg->stage1_enable & 0x01) << 2 | in isp_dpcc_config()
46 (arg->grayscale_mode & 0x01) << 1; in isp_dpcc_config()
50 value = (arg->sw_rk_out_sel & 0x03) << 5 | in isp_dpcc_config()
51 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
52 (arg->stage1_rb_3x3 & 0x01) << 3 | in isp_dpcc_config()
53 (arg->stage1_g_3x3 & 0x01) << 2 | in isp_dpcc_config()
54 (arg->stage1_incl_rb_center & 0x01) << 1 | in isp_dpcc_config()
55 (arg->stage1_incl_green_center & 0x01); in isp_dpcc_config()
59 value = (arg->stage1_use_fix_set & 0x01) << 3 | in isp_dpcc_config()
[all …]
H A Disp_params_v32.c89 const struct isp2x_dpcc_cfg *arg) in isp_dpcc_config() argument
97 value |= !!arg->stage1_enable << 2 | in isp_dpcc_config()
98 !!arg->grayscale_mode << 1; in isp_dpcc_config()
102 value = (arg->sw_rk_out_sel & 0x03) << 5 | in isp_dpcc_config()
103 !!arg->sw_dpcc_output_sel << 4 | in isp_dpcc_config()
104 !!arg->stage1_rb_3x3 << 3 | in isp_dpcc_config()
105 !!arg->stage1_g_3x3 << 2 | in isp_dpcc_config()
106 !!arg->stage1_incl_rb_center << 1 | in isp_dpcc_config()
107 !!arg->stage1_incl_green_center; in isp_dpcc_config()
111 value = !!arg->stage1_use_fix_set << 3 | in isp_dpcc_config()
[all …]
H A Disp_params_v3x.c108 const struct isp2x_dpcc_cfg *arg, u32 id) in isp_dpcc_config() argument
116 value |= (arg->stage1_enable & 0x01) << 2 | in isp_dpcc_config()
117 (arg->grayscale_mode & 0x01) << 1; in isp_dpcc_config()
122 value = (arg->sw_rk_out_sel & 0x03) << 5 | in isp_dpcc_config()
123 (arg->sw_dpcc_output_sel & 0x01) << 4 | in isp_dpcc_config()
124 (arg->stage1_rb_3x3 & 0x01) << 3 | in isp_dpcc_config()
125 (arg->stage1_g_3x3 & 0x01) << 2 | in isp_dpcc_config()
126 (arg->stage1_incl_rb_center & 0x01) << 1 | in isp_dpcc_config()
127 (arg->stage1_incl_green_center & 0x01); in isp_dpcc_config()
132 value = (arg->stage1_use_fix_set & 0x01) << 3 | in isp_dpcc_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dhif_tx_mib.c19 struct hif_mib_current_tx_power_level arg = { in hif_set_output_power() local
25 &arg, sizeof(arg)); in hif_set_output_power()
32 struct hif_mib_beacon_wake_up_period arg = { in hif_set_beacon_wakeup_period() local
42 &arg, sizeof(arg)); in hif_set_beacon_wakeup_period()
48 struct hif_mib_rcpi_rssi_threshold arg = { in hif_set_rcpi_rssi_threshold() local
54 arg.upperthresh = 1; in hif_set_rcpi_rssi_threshold()
55 arg.lowerthresh = 1; in hif_set_rcpi_rssi_threshold()
57 arg.upper_threshold = rssi_thold + rssi_hyst; in hif_set_rcpi_rssi_threshold()
58 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in hif_set_rcpi_rssi_threshold()
59 arg.lower_threshold = rssi_thold; in hif_set_rcpi_rssi_threshold()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c21 struct mp_context *mp, struct mp_txpwr_arg *arg) in rtw_hal_mp_txpwr_read_table() argument
25 PHL_INFO("%s: rf path = %d\n", __FUNCTION__, arg->rfpath); in rtw_hal_mp_txpwr_read_table()
26 PHL_INFO("%s: rate = %d\n", __FUNCTION__, arg->rate); in rtw_hal_mp_txpwr_read_table()
27 PHL_INFO("%s: bandwidth = %d\n", __FUNCTION__, arg->bandwidth); in rtw_hal_mp_txpwr_read_table()
28 PHL_INFO("%s: channel = %d\n", __FUNCTION__, arg->channel); in rtw_hal_mp_txpwr_read_table()
30 hal_status = rtw_hal_rf_read_pwr_table(hal_info->hal_com, arg->rfpath, in rtw_hal_mp_txpwr_read_table()
31 arg->rate, arg->bandwidth, in rtw_hal_mp_txpwr_read_table()
32 arg->channel, arg->offset, in rtw_hal_mp_txpwr_read_table()
33 arg->dcm, arg->beamforming, in rtw_hal_mp_txpwr_read_table()
34 &arg->table_item); in rtw_hal_mp_txpwr_read_table()
[all …]
H A Dhal_test_mp_api.h20 struct mp_context *mp, struct mp_cal_arg *arg);
22 struct mp_context *mp, struct mp_cal_arg *arg);
24 struct mp_context *mp, struct mp_cal_arg *arg);
26 struct mp_context *mp, struct mp_cal_arg *arg);
28 struct mp_context *mp, struct mp_cal_arg *arg);
30 struct mp_context *mp, struct mp_cal_arg *arg);
32 struct mp_context *mp, struct mp_cal_arg *arg);
34 struct mp_context *mp, struct mp_cal_arg *arg);
37 struct mp_context *mp, struct mp_cal_arg *arg);
39 struct mp_context *mp, struct mp_cal_arg *arg);
[all …]
H A Dhal_test_mp_efuse.c23 struct mp_context *mp, struct mp_efuse_arg *arg) in rtw_hal_mp_efuse_wifi_shadow_read() argument
27 PHL_INFO("%s: type = %d\n", __FUNCTION__, arg->io_type); in rtw_hal_mp_efuse_wifi_shadow_read()
28 PHL_INFO("%s: offset = 0x%x\n", __FUNCTION__, arg->io_offset); in rtw_hal_mp_efuse_wifi_shadow_read()
31 arg->io_type, in rtw_hal_mp_efuse_wifi_shadow_read()
32 arg->io_offset, in rtw_hal_mp_efuse_wifi_shadow_read()
33 &arg->io_value, in rtw_hal_mp_efuse_wifi_shadow_read()
36 PHL_INFO("%s: value = 0x%x\n", __FUNCTION__, arg->io_value); in rtw_hal_mp_efuse_wifi_shadow_read()
42 struct mp_context *mp, struct mp_efuse_arg *arg) in rtw_hal_mp_efuse_wifi_shadow_write() argument
46 PHL_INFO("%s: type = %d\n", __FUNCTION__, arg->io_type); in rtw_hal_mp_efuse_wifi_shadow_write()
47 PHL_INFO("%s: offset = 0x%x\n", __FUNCTION__, arg->io_offset); in rtw_hal_mp_efuse_wifi_shadow_write()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c21 struct mp_context *mp, struct mp_txpwr_arg *arg) in rtw_hal_mp_txpwr_read_table() argument
25 PHL_INFO("%s: rf path = %d\n", __FUNCTION__, arg->rfpath); in rtw_hal_mp_txpwr_read_table()
26 PHL_INFO("%s: rate = %d\n", __FUNCTION__, arg->rate); in rtw_hal_mp_txpwr_read_table()
27 PHL_INFO("%s: bandwidth = %d\n", __FUNCTION__, arg->bandwidth); in rtw_hal_mp_txpwr_read_table()
28 PHL_INFO("%s: channel = %d\n", __FUNCTION__, arg->channel); in rtw_hal_mp_txpwr_read_table()
30 hal_status = rtw_hal_rf_read_pwr_table(hal_info->hal_com, arg->rfpath, in rtw_hal_mp_txpwr_read_table()
31 arg->rate, arg->bandwidth, in rtw_hal_mp_txpwr_read_table()
32 arg->channel, arg->offset, in rtw_hal_mp_txpwr_read_table()
33 arg->dcm, arg->beamforming, in rtw_hal_mp_txpwr_read_table()
34 &arg->table_item); in rtw_hal_mp_txpwr_read_table()
[all …]
H A Dhal_test_mp_api.h20 struct mp_context *mp, struct mp_cal_arg *arg);
22 struct mp_context *mp, struct mp_cal_arg *arg);
24 struct mp_context *mp, struct mp_cal_arg *arg);
26 struct mp_context *mp, struct mp_cal_arg *arg);
28 struct mp_context *mp, struct mp_cal_arg *arg);
30 struct mp_context *mp, struct mp_cal_arg *arg);
32 struct mp_context *mp, struct mp_cal_arg *arg);
34 struct mp_context *mp, struct mp_cal_arg *arg);
37 struct mp_context *mp, struct mp_cal_arg *arg);
39 struct mp_context *mp, struct mp_cal_arg *arg);
[all …]

12345678910>>...191