Home
last modified time | relevance | path

Searched refs:odm_dm_struct (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/drivers/staging/r8188eu/include/
DHal8188ERateAdaptive.h27 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm);
29 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID);
31 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
33 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
35 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
36 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID,
40 void ODM_RA_SetRSSI_8188E(struct odm_dm_struct *dm_odm, u8 macid,
43 void ODM_RA_TxRPT2Handle_8188E(struct odm_dm_struct *dm_odm,
47 void ODM_RA_Set_TxRPT_Time(struct odm_dm_struct *dm_odm, u16 minRptTime);
Dodm_RTL8188E.h14 void ODM_AntennaDiversityInit_88E(struct odm_dm_struct *pDM_Odm);
16 void ODM_AntennaDiversity_88E(struct odm_dm_struct *pDM_Odm);
18 void ODM_SetTxAntByTxInfo_88E(struct odm_dm_struct *pDM_Odm, u8 *pDesc,
21 void ODM_UpdateRxIdleAnt_88E(struct odm_dm_struct *pDM_Odm, u8 Ant);
23 void ODM_AntselStatistics_88E(struct odm_dm_struct *pDM_Odm, u8 antsel_tr_mux,
26 void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
Dodm.h265 struct odm_dm_struct { struct
402 void ODM_Write_DIG(struct odm_dm_struct *pDM_Odm, u8 CurrentIGI);
403 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);
405 void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal);
407 void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm);
409 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI,
412 u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid,
415 void ODM_DMInit(struct odm_dm_struct *pDM_Odm);
417 void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm);
419 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm,
DHalHWImg8188E_BB.h13 int ODM_ReadAndConfig_AGC_TAB_1T_8188E(struct odm_dm_struct *odm);
19 int ODM_ReadAndConfig_PHY_REG_1T_8188E(struct odm_dm_struct *odm);
25 void ODM_ReadAndConfig_PHY_REG_PG_8188E(struct odm_dm_struct *dm_odm);
DHalHWImg8188E_MAC.h10 int ODM_ReadAndConfig_MAC_REG_8188E(struct odm_dm_struct *pDM_Odm);
DHalHWImg8188E_RF.h11 int ODM_ReadAndConfig_RadioA_1T_8188E(struct odm_dm_struct *odm);
DHalPhyRf_8188e.h12 void ODM_TxPwrTrackAdjust88E(struct odm_dm_struct *pDM_Odm,
Dodm_HWConfig.h63 void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
Drtl8188e_hal.h144 struct odm_dm_struct odmpriv;
/Linux-v6.1/drivers/staging/r8188eu/hal/
Dodm.c107 static void odm_DIGInit(struct odm_dm_struct *pDM_Odm) in odm_DIGInit()
126 static void odm_DIG(struct odm_dm_struct *pDM_Odm) in odm_DIG()
255 static void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfInit()
263 static void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfUpdate()
289 static void odm_RateAdaptiveMaskInit(struct odm_dm_struct *pDM_Odm) in odm_RateAdaptiveMaskInit()
298 static void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm) in odm_RefreshRateAdaptiveMask()
316 static void odm_DynamicBBPowerSavingInit(struct odm_dm_struct *pDM_Odm) in odm_DynamicBBPowerSavingInit()
325 static void odm_FalseAlarmCounterStatistics(struct odm_dm_struct *pDM_Odm) in odm_FalseAlarmCounterStatistics()
378 static void odm_CCKPacketDetectionThresh(struct odm_dm_struct *pDM_Odm) in odm_CCKPacketDetectionThresh()
417 static void odm_RSSIMonitorCheck(struct odm_dm_struct *pDM_Odm) in odm_RSSIMonitorCheck()
[all …]
Dodm_RTL8188E.c6 static void odm_RX_HWAntDivInit(struct odm_dm_struct *dm_odm) in odm_RX_HWAntDivInit()
28 static void odm_TRX_HWAntDivInit(struct odm_dm_struct *dm_odm) in odm_TRX_HWAntDivInit()
59 static void odm_FastAntTrainingInit(struct odm_dm_struct *dm_odm) in odm_FastAntTrainingInit()
98 void ODM_AntennaDiversityInit_88E(struct odm_dm_struct *dm_odm) in ODM_AntennaDiversityInit_88E()
108 void ODM_UpdateRxIdleAnt_88E(struct odm_dm_struct *dm_odm, u8 Ant) in ODM_UpdateRxIdleAnt_88E()
138 static void odm_UpdateTxAnt_88E(struct odm_dm_struct *dm_odm, u8 Ant, u32 MacId) in odm_UpdateTxAnt_88E()
152 void ODM_SetTxAntByTxInfo_88E(struct odm_dm_struct *dm_odm, u8 *pDesc, u8 macId) in ODM_SetTxAntByTxInfo_88E()
163 void ODM_AntselStatistics_88E(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux, u32 MacId, u8 RxPWDBA… in ODM_AntselStatistics_88E()
185 static void odm_HWAntDiv(struct odm_dm_struct *dm_odm) in odm_HWAntDiv()
236 void ODM_AntennaDiversity_88E(struct odm_dm_struct *dm_odm) in ODM_AntennaDiversity_88E()
DHal8188ERateAdaptive.c81 struct odm_dm_struct *dm_odm, in odm_SetTxRPTTiming_8188E()
105 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_RateDown_8188E()
152 struct odm_dm_struct *dm_odm, in odm_RateUp_8188E()
206 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm, in odm_RateDecision_8188E()
278 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_ARFBRefresh_8188E()
464 struct odm_dm_struct *dm_odm, in odm_RATxRPTTimerSetting()
474 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RAInfo_Init()
527 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm) in ODM_RAInfo_Init_all()
539 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetShortGI_8188E()
546 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetDecisionRate_8188E()
[all …]
DHalHWImg8188E_BB.c169 static void odm_ConfigBB_AGC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Bitmask, u32 Data) in odm_ConfigBB_AGC_8188E()
176 int ODM_ReadAndConfig_AGC_TAB_1T_8188E(struct odm_dm_struct *dm_odm) in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
451 static void odm_ConfigBB_PHY_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Bitmask, u32 Data) in odm_ConfigBB_PHY_8188E()
475 int ODM_ReadAndConfig_PHY_REG_1T_8188E(struct odm_dm_struct *dm_odm) in ODM_ReadAndConfig_PHY_REG_1T_8188E()
679 static void odm_ConfigBB_PHY_REG_PG_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Bitmask, in odm_ConfigBB_PHY_REG_PG_8188E()
698 void ODM_ReadAndConfig_PHY_REG_PG_8188E(struct odm_dm_struct *dm_odm) in ODM_ReadAndConfig_PHY_REG_PG_8188E()
Drtl8188e_dm.c35 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in Update_ODM_ComInfo_88E()
61 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl8188e_InitHalDm()
95 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl8188e_init_dm_priv()
124 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in AntDivBeforeLink8188E()
DHalHWImg8188E_RF.c133 static void odm_ConfigRFReg_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, in odm_ConfigRFReg_8188E()
155 static void odm_ConfigRF_RadioA_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8188E()
163 int ODM_ReadAndConfig_RadioA_1T_8188E(struct odm_dm_struct *pDM_Odm) in ODM_ReadAndConfig_RadioA_1T_8188E()
Dodm_HWConfig.c16 static s32 odm_signal_scale_mapping(struct odm_dm_struct *dm_odm, s32 currsig) in odm_signal_scale_mapping()
51 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm, in odm_RxPhyStatus92CSeries_Parsing()
215 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm, in odm_Process_RSSIForDM()
341 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery()
DHalHWImg8188E_MAC.c129 static void odm_ConfigMAC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u8 Data) in odm_ConfigMAC_8188E()
134 int ODM_ReadAndConfig_MAC_REG_8188E(struct odm_dm_struct *dm_odm) in ODM_ReadAndConfig_MAC_REG_8188E()
DHalPhyRf_8188e.c33 void ODM_TxPwrTrackAdjust88E(struct odm_dm_struct *dm_odm, u8 Type,/* 0 = OFDM, 1 = CCK */ in ODM_TxPwrTrackAdjust88E()
86 static void odm_TxPwrTrackSetPwr88E(struct odm_dm_struct *dm_odm) in odm_TxPwrTrackSetPwr88E()
127 struct odm_dm_struct *dm_odm = &pHalData->odmpriv; in odm_TXPowerTrackingCallback_ThermalMeter_8188E()
637 struct odm_dm_struct *dm_odm = &pHalData->odmpriv; in phy_IQCalibrate_8188E()
797 struct odm_dm_struct *dm_odm = &pHalData->odmpriv; in PHY_IQCalibrate_8188E()
900 struct odm_dm_struct *dm_odm = &pHalData->odmpriv; in PHY_LCCalibrate_8188E()
Drtl8188e_hal_init.c587 struct odm_dm_struct *podmpriv = &pHalData->odmpriv; in rtl8188e_SetHalODMVar()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_pwrctrl.c182 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_set_firmware_ps_mode()
Drtw_wlan_util.c228 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in Save_DM_Func_Flag()
236 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in Restore_DM_Func_Flag()
Drtw_cmd.c1000 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rpt_timer_setting_wk_hdl()
Drtw_mlme_ext.c5895 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_set_initial_gain()
6922 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_reset_dm_func_flag()
6930 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_clear_dm_func_flag()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3186 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_set_dynamic_functions()
3217 struct odm_dm_struct *odmpriv = &haldata->odmpriv; in rtw_set_dm_func_flag()