Searched refs:pValue (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.c | 739 void ODM_CmnInfoHook(struct dm_odm_t *pDM_Odm, enum odm_cmninfo_e CmnInfo, void *pValue) in ODM_CmnInfoHook() argument 749 pDM_Odm->pMacPhyMode = pValue; in ODM_CmnInfoHook() 753 pDM_Odm->pNumTxBytesUnicast = pValue; in ODM_CmnInfoHook() 757 pDM_Odm->pNumRxBytesUnicast = pValue; in ODM_CmnInfoHook() 761 pDM_Odm->pwirelessmode = pValue; in ODM_CmnInfoHook() 765 pDM_Odm->pSecChOffset = pValue; in ODM_CmnInfoHook() 769 pDM_Odm->pSecurity = pValue; in ODM_CmnInfoHook() 773 pDM_Odm->pBandWidth = pValue; in ODM_CmnInfoHook() 777 pDM_Odm->pChannel = pValue; in ODM_CmnInfoHook() 781 pDM_Odm->pbGetValueFromOtherMac = pValue; in ODM_CmnInfoHook() [all …]
|
| H A D | hal_intf.c | 118 u8 rtw_hal_get_def_var(struct adapter *padapter, enum hal_def_variable eVariable, void *pValue) in rtw_hal_get_def_var() argument 120 return GetHalDefVar8723BSDIO(padapter, eVariable, pValue); in rtw_hal_get_def_var()
|
| H A D | sdio_halinit.c | 1207 struct adapter *Adapter, enum hal_def_variable eVariable, void *pValue in GetHalDefVar8723BSDIO() argument 1220 *(u32 *)pValue = IEEE80211_HT_MAX_AMPDU_16K; in GetHalDefVar8723BSDIO() 1223 bResult = GetHalDefVar8723B(Adapter, eVariable, pValue); in GetHalDefVar8723BSDIO()
|
| H A D | odm.h | 1137 void ODM_CmnInfoHook(struct dm_odm_t *pDM_Odm, enum odm_cmninfo_e CmnInfo, void *pValue); 1143 void *pValue
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_intf.h | 202 u8 rtw_hal_get_def_var(struct adapter *padapter, enum hal_def_variable eVariable, void *pValue); 260 u8 GetHalDefVar8723BSDIO(struct adapter *Adapter, enum hal_def_variable eVariable, void *pValue);
|
| /linux/drivers/media/tuners/ |
| H A D | mt2063.c | 1018 enum MT2063_DNC_Output_Enable *pValue) in mt2063_get_dnc_output_enable() argument 1024 *pValue = MT2063_DNC_NONE; in mt2063_get_dnc_output_enable() 1026 *pValue = MT2063_DNC_2; in mt2063_get_dnc_output_enable() 1029 *pValue = MT2063_DNC_1; in mt2063_get_dnc_output_enable() 1031 *pValue = MT2063_DNC_BOTH; in mt2063_get_dnc_output_enable()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 79 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
|
| H A D | atl2.c | 2707 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom() argument 2727 *pValue = ATL2_READ_REG(hw, REG_VPD_DATA); in atl2_read_eeprom()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxd_hard.c | 850 static int ReadIFAgc(struct drxd_state *state, u32 * pValue) in ReadIFAgc() argument 854 *pValue = 0; in ReadIFAgc() 884 *pValue = Vout; in ReadIFAgc()
|