/Linux-v5.4/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_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres); 1049 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI, 1052 u32 ODM_Get_Rate_Bitmap(struct odm_dm_struct *pDM_Odm, u32 macid, 1054 void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, 1056 void ODM_CmnInfoUpdate(struct odm_dm_struct *pDM_Odm, u32 CmnInfo, u64 Value); 1057 void ODM_CmnInfoHook(struct odm_dm_struct *pDM_Odm, 1059 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, [all …]
|
D | phy.h | 21 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 | odm_hwconfig.h | 96 void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
|
D | rtl8188e_hal.h | 281 struct odm_dm_struct odmpriv;
|
/Linux-v5.4/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() 216 void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfInit() 226 void odm_CommonInfoSelfUpdate(struct odm_dm_struct *pDM_Odm) in odm_CommonInfoSelfUpdate() 252 void odm_CmnInfoInit_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoInit_Debug() 270 void odm_CmnInfoHook_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoHook_Debug() 285 void odm_CmnInfoUpdate_Debug(struct odm_dm_struct *pDM_Odm) in odm_CmnInfoUpdate_Debug() 294 void ODM_Write_DIG(struct odm_dm_struct *pDM_Odm, u8 CurrentIGI) in ODM_Write_DIG() [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() 141 void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_div_init() 151 void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant) in rtl88eu_dm_update_rx_idle_ant() 189 static void update_tx_ant_88eu(struct odm_dm_struct *dm_odm, u8 ant, u32 mac_id) in update_tx_ant_88eu() 203 void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, in rtl88eu_dm_set_tx_ant_by_tx_info() 216 void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, in rtl88eu_dm_ant_sel_statistics() 240 static void rtl88eu_dm_hw_ant_div(struct odm_dm_struct *dm_odm) in rtl88eu_dm_hw_ant_div() 299 void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm) in rtl88eu_dm_antenna_diversity()
|
D | hal8188e_rate_adaptive.c | 84 static void odm_SetTxRPTTiming_8188E(struct odm_dm_struct *dm_odm, in odm_SetTxRPTTiming_8188E() 109 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, in odm_RateDown_8188E() 173 static int odm_RateUp_8188E(struct odm_dm_struct *dm_odm, in odm_RateUp_8188E() 246 static void odm_RateDecision_8188E(struct odm_dm_struct *dm_odm, in odm_RateDecision_8188E() 337 static int odm_ARFBRefresh_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_ARFBRefresh_8188E() 518 static void odm_RATxRPTTimerSetting(struct odm_dm_struct *dm_odm, in odm_RATxRPTTimerSetting() 534 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RAInfo_Init() 592 int ODM_RAInfo_Init_all(struct odm_dm_struct *dm_odm) in ODM_RAInfo_Init_all() 605 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetShortGI_8188E() 614 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 macid) in ODM_RA_GetDecisionRate_8188E() [all …]
|
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_signal_scale_mapping(struct odm_dm_struct *dm_odm, s32 currsig) in odm_signal_scale_mapping() 64 static void odm_RxPhyStatus92CSeries_Parsing(struct odm_dm_struct *dm_odm, in odm_RxPhyStatus92CSeries_Parsing() 253 static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm, in odm_Process_RSSIForDM() 390 void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm, in ODM_PhyStatusQuery()
|
D | phy.c | 301 void rtl88eu_dm_txpower_track_adjust(struct odm_dm_struct *dm_odm, u8 type, in rtl88eu_dm_txpower_track_adjust() 344 static void dm_txpwr_track_setpwr(struct odm_dm_struct *dm_odm) in dm_txpwr_track_setpwr() 379 struct odm_dm_struct *dm_odm = &hal_data->odmpriv; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() 561 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_a_rx_iqk() 665 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_path_b_iqk() 952 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in phy_iq_calibrate() 1197 struct odm_dm_struct *dm_odm = &adapt->HalData->odmpriv; in rtl88eu_phy_iq_calibrate() 1317 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 | 1224 struct odm_dm_struct *podmpriv = &haldata->odmpriv; in rtw_hal_set_hwreg() 1857 struct odm_dm_struct *dm_ocm = &haldata->odmpriv; in rtw_hal_get_def_var() 1884 struct odm_dm_struct *odmpriv = &adapt->HalData->odmpriv; in UpdateHalRAMask8188EUsb()
|
D | rtl8188e_cmd.c | 120 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()
|