Searched refs:SoundIdx (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_beamforming.c | 812 pSoundInfo->SoundIdx = phydm_beamforming_SoundingIdx(pDM_Odm, pBeamInfo); in phydm_Beamforming_SelectBeamEntry() 815 if (pSoundInfo->SoundIdx < BEAMFORMEE_ENTRY_NUM) in phydm_Beamforming_SelectBeamEntry() 816 pSoundInfo->SoundMode = phydm_beamforming_SoundingMode(pDM_Odm, pBeamInfo, pSoundInfo->SoundIdx); in phydm_Beamforming_SelectBeamEntry() 824 …W = phydm_beamforming_SoundingBW(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 825 …= phydm_beamforming_SoundingTime(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 864 Ret = BeamformingStart_FW(pDM_Odm, pSoundInfo->SoundIdx); in phydm_beamforming_StartPeriod() 869 pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW, pSoundInfo->SoundPeriod)); in phydm_beamforming_StartPeriod() 1604 …ret = BeamformingStart_SW(pDM_Odm, pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundB… in Beamforming_TimerCallback()
|
| H A D | phydm_beamforming.h | 156 u1Byte SoundIdx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_beamforming.c | 876 pSoundInfo->SoundIdx = phydm_beamforming_SoundingIdx(pDM_Odm, pBeamInfo); in phydm_Beamforming_SelectBeamEntry() 879 if (pSoundInfo->SoundIdx < BEAMFORMEE_ENTRY_NUM) in phydm_Beamforming_SelectBeamEntry() 880 pSoundInfo->SoundMode = phydm_beamforming_SoundingMode(pDM_Odm, pBeamInfo, pSoundInfo->SoundIdx); in phydm_Beamforming_SelectBeamEntry() 888 …W = phydm_beamforming_SoundingBW(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 889 …= phydm_beamforming_SoundingTime(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 928 Ret = BeamformingStart_FW(pDM_Odm, pSoundInfo->SoundIdx); in phydm_beamforming_StartPeriod() 933 pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW, pSoundInfo->SoundPeriod)); in phydm_beamforming_StartPeriod() 1679 …ret = BeamformingStart_SW(pDM_Odm, pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundB… in Beamforming_TimerCallback()
|
| H A D | phydm_beamforming.h | 157 u1Byte SoundIdx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_beamforming.c | 1399 pSoundInfo->SoundIdx = 0; in phydm_Beamforming_SelectBeamEntry() 1401 if(pSoundInfo->SoundIdx < BEAMFORMEE_ENTRY_NUM) in phydm_Beamforming_SelectBeamEntry() 1402 pSoundInfo->SoundMode = phydm_beamforming_SoundingMode(pDM_Odm, pBeamInfo, pSoundInfo->SoundIdx); in phydm_Beamforming_SelectBeamEntry() 1410 …W = phydm_beamforming_SoundingBW(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 1411 …= phydm_beamforming_SoundingTime(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); in phydm_Beamforming_SelectBeamEntry() 1457 Ret = BeamformingStart_FW(Adapter, pSoundInfo->SoundIdx); in phydm_beamforming_StartPeriod() 1463 pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW, pSoundInfo->SoundPeriod)); in phydm_beamforming_StartPeriod() 2325 …ret = BeamformingStart_SW(Adapter,pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW… in Beamforming_TimerCallback()
|
| H A D | phydm_beamforming.h | 112 u1Byte SoundIdx; member
|