Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dodm_precomp.h44 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm);
45 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm);
46 void odm_DIGInit(struct odm_dm_struct *pDM_Odm);
47 void odm_RateAdaptiveMaskInit(struct odm_dm_struct *pDM_Odm);
48 void odm_DynamicBBPowerSavingInit(struct odm_dm_struct *pDM_Odm);
49 void odm_DynamicTxPowerInit(struct odm_dm_struct *pDM_Odm);
50 void odm_TXPowerTrackingInit(struct odm_dm_struct *pDM_Odm);
51 void ODM_EdcaTurboInit(struct odm_dm_struct *pDM_Odm);
52 void odm_SwAntDivInit_NIC(struct odm_dm_struct *pDM_Odm);
53 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm);
[all …]
Dodm_RTL8188E.h25 void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm);
27 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm);
29 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm);
31 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc,
34 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant);
36 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux,
39 void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
41 void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm);
43 void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm);
45 bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
DHal8188ERateAdaptive.h51 void ODM_RASupport_Init(struct odm_dm_struct *dm_odm);
53 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm);
55 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID);
57 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
59 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
61 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
62 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID,
66 void ODM_RA_SetRSSI_8188E(struct odm_dm_struct *dm_odm, u8 macid,
69 void ODM_RA_TxRPT2Handle_8188E(struct odm_dm_struct *dm_odm,
73 void ODM_RA_Set_TxRPT_Time(struct odm_dm_struct *dm_odm, u16 minRptTime);
Dodm.h696 struct odm_dm_struct { struct
1048 void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal);
1049 void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm);
1050 void odm_DIGbyRSSI_LPS(struct odm_dm_struct *pDM_Odm);
1051 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);
1052 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI,
1055 u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid,
1057 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm,
1059 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value);
1060 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm,
[all …]
Dodm_HWConfig.h105 void odm_Init_RSSIForDM(struct odm_dm_struct *pDM_Odm);
107 void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
112 void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
Dphy.h21 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
Dodm_debug.h104 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm);
Drtl8188e_hal.h297 struct odm_dm_struct odmpriv;
/drivers/staging/rtl8188eu/hal/
Dodm.c171 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm) in ODM_InitDebugSetting()
181 void ODM_DMInit(struct odm_dm_struct *pDM_Odm) in ODM_DMInit()
202 void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm) in ODM_DMWatchdog()
229 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 I… in ODM_CmnInfoPtrArrayHook()
244 void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfInit()
254 void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfUpdate()
280 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoInit_Debug()
298 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoHook_Debug()
313 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoUpdate_Debug()
322 void ODM_Write_DIG(struct odm_dm_struct *pDM_Odm, u8 CurrentIGI) in ODM_Write_DIG()
[all …]
DHal8188ERateAdaptive.c95 struct odm_dm_struct *dm_odm, in odm_SetTxRPTTiming_8188E()
122 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, in odm_RateDown_8188E()
187 struct odm_dm_struct *dm_odm, in odm_RateUp_8188E()
259 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm, in odm_RateDecision_8188E()
350 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_ARFBRefresh_8188E()
529 struct odm_dm_struct *dm_odm, in odm_RATxRPTTimerSetting()
546 struct odm_dm_struct *dm_odm in ODM_RASupport_Init()
554 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RAInfo_Init()
612 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm) in ODM_RAInfo_Init_all()
625 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetShortGI_8188E()
[all …]
Dodm_RTL8188E.c19 static void dm_rx_hw_antena_div_init(struct odm_dm_struct *dm_odm) in dm_rx_hw_antena_div_init()
50 static void dm_trx_hw_antenna_div_init(struct odm_dm_struct *dm_odm) in dm_trx_hw_antenna_div_init()
94 static void dm_fast_training_init(struct odm_dm_struct *dm_odm) in dm_fast_training_init()
172 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_div_init()
182 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant) in rtl88eu_dm_update_rx_idle_ant()
220 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id) in update_tx_ant_88eu()
234 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, in rtl88eu_dm_set_tx_ant_by_tx_info()
247 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, in rtl88eu_dm_ant_sel_statistics()
270 static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm) in rtl88eu_dm_hw_ant_div()
327 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_diversity()
Drtl8188e_dm.c47 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Init_ODM_ComInfo_88E()
80 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Update_ODM_ComInfo_88E()
130 struct odm_dm_struct *dm_odm = &(Adapter->HalData->odmpriv); in rtl8188e_InitHalDm()
174 struct odm_dm_struct *podmpriv = &Adapter->HalData->odmpriv; in rtw_hal_dm_init()
197 struct odm_dm_struct *dm_odm = &Adapter->HalData->odmpriv; in rtw_hal_antdiv_before_linked()
Dodm_HWConfig.c37 static s32 odm_SignalScaleMapping_92CSeries(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping_92CSeries()
60 static s32 odm_SignalScaleMapping(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping()
85 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm, in odm_RxPhyStatus92CSeries_Parsing()
273 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm, in odm_Process_RSSIForDM()
409 static void ODM_PhyStatusQuery_92CSeries(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery_92CSeries()
423 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery()
Dphy.c345 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type, in rtl88eu_dm_txpower_track_adjust()
389 static void dm_txpwr_track_setpwr(struct odm_dm_struct *dm_odm) in dm_txpwr_track_setpwr()
425 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
627 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_a_rx_iqk()
731 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_b_iqk()
1020 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_iq_calibrate()
1265 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in rtl88eu_phy_iq_calibrate()
1392 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in rtl88eu_phy_lc_calibrate()
Drf_cfg.c22 struct odm_dm_struct *odm = &adapt->HalData->odmpriv; in check_condition()
Dusb_halinit.c1258 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in rtw_hal_set_hwreg()
1883 struct odm_dm_struct *dm_ocm = &haldata->odmpriv; in rtw_hal_get_def_var()
1909 struct odm_dm_struct *odmpriv = &adapt->HalData->odmpriv; in UpdateHalRAMask8188EUsb()
Drtl8188e_cmd.c131 struct odm_dm_struct *odmpriv = &pAdapter->HalData->odmpriv; in rtw_hal_add_ra_tid()
Drtl8188eu_xmit.c174 struct odm_dm_struct *odmpriv = &adapt->HalData->odmpriv; in update_txdesc()
Drtl8188e_hal_init.c143 struct odm_dm_struct *podmpriv = &Adapter->HalData->odmpriv; in rtw_hal_set_odm_var()