Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dodm_precomp.h49 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm);
50 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm);
51 void odm_DIGInit(struct odm_dm_struct *pDM_Odm);
52 void odm_RateAdaptiveMaskInit(struct odm_dm_struct *pDM_Odm);
53 void odm_DynamicBBPowerSavingInit(struct odm_dm_struct *pDM_Odm);
54 void odm_DynamicTxPowerInit(struct odm_dm_struct *pDM_Odm);
55 void odm_TXPowerTrackingInit(struct odm_dm_struct *pDM_Odm);
56 void ODM_EdcaTurboInit(struct odm_dm_struct *pDM_Odm);
57 void odm_SwAntDivInit_NIC(struct odm_dm_struct *pDM_Odm);
58 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm);
[all …]
Dodm_RTL8188E.h30 void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm);
32 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm);
34 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm);
36 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc,
39 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant);
41 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux,
44 void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
46 void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm);
48 void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm);
50 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.h724 struct odm_dm_struct { struct
1088 void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal);
1089 void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm);
1090 void odm_DIGbyRSSI_LPS(struct odm_dm_struct *pDM_Odm);
1091 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);
1092 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI,
1095 u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid,
1097 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm,
1099 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value);
1100 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm,
[all …]
Dodm_HWConfig.h109 void odm_Init_RSSIForDM(struct odm_dm_struct *pDM_Odm);
111 void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
116 void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
123 enum HAL_STATUS ODM_ConfigBBWithHeaderFile(struct odm_dm_struct *pDM_Odm,
Dphy.h25 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
Dodm_debug.h132 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm);
Drtl8188e_hal.h321 struct odm_dm_struct odmpriv;
/drivers/staging/rtl8188eu/hal/
Dodm.c176 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm) in ODM_InitDebugSetting()
186 void ODM_DMInit(struct odm_dm_struct *pDM_Odm) in ODM_DMInit()
207 void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm) in ODM_DMWatchdog()
235 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u32 Value) in ODM_CmnInfoInit()
304 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, void *pValue) in ODM_CmnInfoHook()
381 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 I… in ODM_CmnInfoPtrArrayHook()
397 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value) in ODM_CmnInfoUpdate()
436 void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfInit()
446 void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfUpdate()
472 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoInit_Debug()
[all …]
DHal8188ERateAdaptive.c95 struct odm_dm_struct *dm_odm, in odm_SetTxRPTTiming_8188E()
121 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_RateDown_8188E()
178 struct odm_dm_struct *dm_odm, in odm_RateUp_8188E()
242 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm, in odm_RateDecision_8188E()
332 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_ARFBRefresh_8188E()
511 struct odm_dm_struct *dm_odm, in odm_RATxRPTTimerSetting()
528 struct odm_dm_struct *dm_odm in ODM_RASupport_Init()
536 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RAInfo_Init()
593 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm) in ODM_RAInfo_Init_all()
606 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetShortGI_8188E()
[all …]
Dodm_RTL8188E.c24 static void dm_rx_hw_antena_div_init(struct odm_dm_struct *dm_odm) in dm_rx_hw_antena_div_init()
55 static void dm_trx_hw_antenna_div_init(struct odm_dm_struct *dm_odm) in dm_trx_hw_antenna_div_init()
99 static void dm_fast_training_init(struct odm_dm_struct *dm_odm) in dm_fast_training_init()
177 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_div_init()
187 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant) in rtl88eu_dm_update_rx_idle_ant()
225 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id) in update_tx_ant_88eu()
239 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, in rtl88eu_dm_set_tx_ant_by_tx_info()
252 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, in rtl88eu_dm_ant_sel_statistics()
275 static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm) in rtl88eu_dm_hw_ant_div()
334 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_diversity()
Drtl8188e_dm.c52 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Init_ODM_ComInfo_88E()
97 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Update_ODM_ComInfo_88E()
142 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in rtl8188e_InitHalDm()
199 struct odm_dm_struct *podmpriv = &hal_data->odmpriv; in rtl8188e_init_dm_priv()
225 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in AntDivBeforeLink8188E()
Dodm_HWConfig.c42 static s32 odm_SignalScaleMapping_92CSeries(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping_92CSeries()
65 static s32 odm_SignalScaleMapping(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping()
90 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm, in odm_RxPhyStatus92CSeries_Parsing()
278 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm, in odm_Process_RSSIForDM()
414 static void ODM_PhyStatusQuery_92CSeries(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery_92CSeries()
428 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery()
Dphy.c407 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type, in rtl88eu_dm_txpower_track_adjust()
451 static void dm_txpwr_track_setpwr(struct odm_dm_struct *dm_odm) in dm_txpwr_track_setpwr()
489 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
760 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in phy_path_a_rx_iqk()
865 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in phy_path_b_iqk()
1082 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in simularity_compare()
1169 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in phy_iq_calibrate()
1415 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_phy_iq_calibrate()
1548 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_phy_lc_calibrate()
Drf_cfg.c27 struct odm_dm_struct *odm = &GET_HAL_DATA(adapt)->odmpriv; in check_condition()
Dusb_halinit.c1297 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in SetHwReg8188EU()
1813 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in GetHwReg8188EU()
1948 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv); in GetHalDefVar8188EUsb()
1979 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in SetHalDefVar8188EUsb()
2013 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv); in SetHalDefVar8188EUsb()
2023 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv); in SetHalDefVar8188EUsb()
Drtl8188e_hal_init.c180 struct odm_dm_struct *podmpriv = &pHalData->odmpriv; in rtl8188e_SetHalODMVar()