[go: nahoru, domu]

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

/drivers/staging/rtl8188eu/include/
H A 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_Od
[all...]
H A 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_Od
[all...]
H A 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_od
[all...]
H A 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,
H A 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_Od
[all...]
H A Dphy.h25 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
H A Dodm_debug.h132 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm);
H A Drtl8188e_hal.h321 struct odm_dm_struct odmpriv;
/drivers/staging/rtl8188eu/hal/
H A Dodm_RTL8188E.c24 static void dm_rx_hw_antena_div_init(struct odm_dm_struct *dm_odm)
55 static void dm_trx_hw_antenna_div_init(struct odm_dm_struct *dm_odm)
99 static void dm_fast_training_init(struct odm_dm_struct *dm_odm)
177 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm)
187 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant)
225 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id)
239 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm,
252 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm,
275 static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm)
334 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_od
[all...]
H A Dodm.c176 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm)
186 void ODM_DMInit(struct odm_dm_struct *pDM_Odm)
207 void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm)
235 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u32 Value)
304 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, void *pValue)
381 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 Index, void *pValue)
397 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value)
436 void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm)
446 void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm)
472 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Od
[all...]
H A Drtl8188e_dm.c52 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv);
97 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv);
142 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv);
199 struct odm_dm_struct *podmpriv = &hal_data->odmpriv;
225 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
H A DHal8188ERateAdaptive.c95 struct odm_dm_struct *dm_odm,
121 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo)
178 struct odm_dm_struct *dm_odm,
242 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm,
332 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo)
511 struct odm_dm_struct *dm_odm,
528 struct odm_dm_struct *dm_odm
536 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid)
593 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm)
606 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_od
[all...]
H A Dodm_HWConfig.c42 static s32 odm_SignalScaleMapping_92CSeries(struct odm_dm_struct *dm_odm, s32 CurrSig)
65 static s32 odm_SignalScaleMapping(struct odm_dm_struct *dm_odm, s32 CurrSig)
90 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm,
278 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm,
414 static void ODM_PhyStatusQuery_92CSeries(struct odm_dm_struct *dm_odm,
428 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
H A Dphy.c407 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type,
451 static void dm_txpwr_track_setpwr(struct odm_dm_struct *dm_odm)
489 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
760 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
865 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
1082 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
1169 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
1415 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
1548 struct odm_dm_struct *dm_odm = &hal_data->odmpriv;
H A Drf_cfg.c27 struct odm_dm_struct *odm = &GET_HAL_DATA(adapt)->odmpriv;
H A Dusb_halinit.c1297 struct odm_dm_struct *podmpriv = &haldata->odmpriv;
1813 struct odm_dm_struct *podmpriv = &haldata->odmpriv;
1948 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
1979 struct odm_dm_struct *podmpriv = &haldata->odmpriv;
2013 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
2023 struct odm_dm_struct *dm_ocm = &(haldata->odmpriv);
H A Drtl8188e_hal_init.c180 struct odm_dm_struct *podmpriv = &pHalData->odmpriv;

Completed in 100 milliseconds