/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | odm_precomp.h | 36 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm); 37 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm); 38 void odm_DIGInit(struct odm_dm_struct *pDM_Odm); 39 void odm_RateAdaptiveMaskInit(struct odm_dm_struct *pDM_Odm); 40 void odm_DynamicBBPowerSavingInit(struct odm_dm_struct *pDM_Odm); 41 void odm_DynamicTxPowerInit(struct odm_dm_struct *pDM_Odm); 42 void odm_TXPowerTrackingInit(struct odm_dm_struct *pDM_Odm); 43 void ODM_EdcaTurboInit(struct odm_dm_struct *pDM_Odm); 44 void odm_SwAntDivInit_NIC(struct odm_dm_struct *pDM_Odm); 45 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm); [all …]
|
D | odm_rtl8188e.h | 17 void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm); 19 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm); 21 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm); 23 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc, 26 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant); 28 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux, 31 void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm); 33 void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm); 35 void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm); 37 bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
|
D | hal8188e_rate_adaptive.h | 52 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm); 54 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID); 56 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 58 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 60 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 61 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID, 65 void ODM_RA_SetRSSI_8188E(struct odm_dm_struct *dm_odm, u8 macid, 68 void ODM_RA_TxRPT2Handle_8188E(struct odm_dm_struct *dm_odm, 72 void ODM_RA_Set_TxRPT_Time(struct odm_dm_struct *dm_odm, u16 minRptTime);
|
D | odm.h | 689 struct odm_dm_struct { struct 1046 void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal); 1047 void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm); 1048 void odm_DIGbyRSSI_LPS(struct odm_dm_struct *pDM_Odm); 1049 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres); 1050 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI, 1053 u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid, 1055 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, 1057 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value); 1058 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm, [all …]
|
D | odm_HWConfig.h | 96 void odm_Init_RSSIForDM(struct odm_dm_struct *pDM_Odm); 98 void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm, 103 void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
|
D | phy.h | 22 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm,
|
D | odm_debug.h | 96 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm);
|
D | rtl8188e_hal.h | 281 struct odm_dm_struct odmpriv;
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 152 void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm) in ODM_InitDebugSetting() 162 void ODM_DMInit(struct odm_dm_struct *pDM_Odm) in ODM_DMInit() 183 void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm) in ODM_DMWatchdog() 210 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 I… in ODM_CmnInfoPtrArrayHook() 225 void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfInit() 235 void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfUpdate() 261 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoInit_Debug() 279 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoHook_Debug() 294 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoUpdate_Debug() 303 void ODM_Write_DIG(struct odm_dm_struct *pDM_Odm, u8 CurrentIGI) in ODM_Write_DIG() [all …]
|
D | hal8188e_rate_adaptive.c | 96 struct odm_dm_struct *dm_odm, in odm_SetTxRPTTiming_8188E() 123 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, in odm_RateDown_8188E() 188 struct odm_dm_struct *dm_odm, in odm_RateUp_8188E() 260 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm, in odm_RateDecision_8188E() 351 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_ARFBRefresh_8188E() 530 struct odm_dm_struct *dm_odm, in odm_RATxRPTTimerSetting() 545 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RAInfo_Init() 603 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm) in ODM_RAInfo_Init_all() 616 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetShortGI_8188E() 625 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetDecisionRate_8188E() [all …]
|
D | odm_rtl8188e.c | 11 static void dm_rx_hw_antena_div_init(struct odm_dm_struct *dm_odm) in dm_rx_hw_antena_div_init() 42 static void dm_trx_hw_antenna_div_init(struct odm_dm_struct *dm_odm) in dm_trx_hw_antenna_div_init() 86 static void dm_fast_training_init(struct odm_dm_struct *dm_odm) in dm_fast_training_init() 164 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_div_init() 174 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant) in rtl88eu_dm_update_rx_idle_ant() 212 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id) in update_tx_ant_88eu() 226 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, in rtl88eu_dm_set_tx_ant_by_tx_info() 239 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, in rtl88eu_dm_ant_sel_statistics() 263 static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm) in rtl88eu_dm_hw_ant_div() 320 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_diversity()
|
D | rtl8188e_dm.c | 39 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Init_ODM_ComInfo_88E() 72 struct odm_dm_struct *dm_odm = &(hal_data->odmpriv); in Update_ODM_ComInfo_88E() 122 struct odm_dm_struct *dm_odm = &(Adapter->HalData->odmpriv); in rtl8188e_InitHalDm() 166 struct odm_dm_struct *podmpriv = &Adapter->HalData->odmpriv; in rtw_hal_dm_init() 189 struct odm_dm_struct *dm_odm = &Adapter->HalData->odmpriv; in rtw_hal_antdiv_before_linked()
|
D | odm_HWConfig.c | 29 static s32 odm_SignalScaleMapping_92CSeries(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping_92CSeries() 52 static s32 odm_SignalScaleMapping(struct odm_dm_struct *dm_odm, s32 CurrSig) in odm_SignalScaleMapping() 77 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm, in odm_RxPhyStatus92CSeries_Parsing() 265 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm, in odm_Process_RSSIForDM() 401 static void ODM_PhyStatusQuery_92CSeries(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery_92CSeries() 415 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery()
|
D | phy.c | 320 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type, in rtl88eu_dm_txpower_track_adjust() 363 static void dm_txpwr_track_setpwr(struct odm_dm_struct *dm_odm) in dm_txpwr_track_setpwr() 398 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() 580 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_a_rx_iqk() 684 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_b_iqk() 971 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_iq_calibrate() 1216 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in rtl88eu_phy_iq_calibrate() 1343 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in rtl88eu_phy_lc_calibrate()
|
D | rf_cfg.c | 14 struct odm_dm_struct *odm = &adapt->HalData->odmpriv; in check_condition()
|
D | usb_halinit.c | 1231 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in rtw_hal_set_hwreg() 1866 struct odm_dm_struct *dm_ocm = &haldata->odmpriv; in rtw_hal_get_def_var() 1893 struct odm_dm_struct *odmpriv = &adapt->HalData->odmpriv; in UpdateHalRAMask8188EUsb()
|
D | rtl8188e_cmd.c | 121 struct odm_dm_struct *odmpriv = &pAdapter->HalData->odmpriv; in rtw_hal_add_ra_tid()
|
D | rtl8188e_hal_init.c | 134 struct odm_dm_struct *podmpriv = &Adapter->HalData->odmpriv; in rtw_hal_set_odm_var()
|
D | rtl8188eu_xmit.c | 168 struct odm_dm_struct *odmpriv = &adapt->HalData->odmpriv; in update_txdesc()
|