Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 115) sorted by relevance

12345

/drivers/staging/r8188eu/include/
Dieee80211_ext.h169 u8 variable[0]; member
178 u8 variable[0]; member
185 u8 variable[0]; member
192 u8 variable[0]; member
203 u8 variable[0]; member
207 u8 variable[0]; member
215 u8 variable[0]; member
224 u8 variable[0]; member
256 u8 variable[0]; member
260 u8 variable[0]; member
Dhal_intf.h170 void (*SetHwRegHandler)(struct adapter *padapter, u8 variable,
172 void (*GetHwRegHandler)(struct adapter *padapter, u8 variable,
323 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val);
324 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val);
/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h22 u8 variable[0]; member
31 u8 variable[0]; member
38 u8 variable[0]; member
45 u8 variable[0]; member
58 u8 variable[0]; member
/drivers/staging/rtl8723bs/include/
Dhal_com.h139 void SetHwReg(struct adapter *padapter, u8 variable, u8 *val);
140 void GetHwReg(struct adapter *padapter, u8 variable, u8 *val);
143 u8 SetHalDefVar(struct adapter *adapter, enum hal_def_variable variable,
145 u8 GetHalDefVar(struct adapter *adapter, enum hal_def_variable variable,
Drtl8723b_hal.h228 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
229 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
230 u8 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
232 u8 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
Dhal_intf.h208 void (*SetHwRegHandler)(struct adapter *padapter, u8 variable, u8 *val);
209 void (*GetHwRegHandler)(struct adapter *padapter, u8 variable, u8 *val);
211 void (*SetHwRegHandlerWithBuf)(struct adapter *padapter, u8 variable, u8 *pbuf, int len);
291 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val);
292 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val);
294 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len);
/drivers/staging/rtl8723bs/hal/
Dhal_com.c580 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg() argument
585 switch (variable) { in SetHwReg()
652 FUNC_ADPT_ARG(adapter), variable); in SetHwReg()
657 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg() argument
662 switch (variable) { in GetHwReg()
672 FUNC_ADPT_ARG(adapter), variable); in GetHwReg()
681 struct adapter *adapter, enum hal_def_variable variable, void *value in SetHalDefVar() argument
688 switch (variable) { in SetHalDefVar()
742 __func__, variable); in SetHalDefVar()
751 struct adapter *adapter, enum hal_def_variable variable, void *value in GetHalDefVar() argument
[all …]
Dhal_intf.c125 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument
128 padapter->HalFunc.SetHwRegHandler(padapter, variable, val); in rtw_hal_set_hwreg()
131 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument
134 padapter->HalFunc.GetHwRegHandler(padapter, variable, val); in rtw_hal_get_hwreg()
137 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf() argument
140 padapter->HalFunc.SetHwRegHandlerWithBuf(padapter, variable, pbuf, len); in rtw_hal_set_hwreg_with_buf()
Drtl8723b_hal_init.c2842 static void hw_var_set_opmode(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_opmode() argument
2915 static void hw_var_set_macaddr(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_macaddr() argument
2926 static void hw_var_set_bssid(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bssid() argument
2937 static void hw_var_set_bcn_func(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bcn_func() argument
2958 static void hw_var_set_correct_tsf(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_correct_tsf() argument
2999 static void hw_var_set_mlme_disconnect(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_disconnect() argument
3017 static void hw_var_set_mlme_sitesurvey(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_sitesurvey() argument
3078 static void hw_var_set_mlme_join(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_join() argument
3246 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) in SetHwReg8723B() argument
3252 switch (variable) { in SetHwReg8723B()
[all …]
Dsdio_halinit.c1158 static void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in SetHwReg8723BS() argument
1162 switch (variable) { in SetHwReg8723BS()
1190 SetHwReg8723B(padapter, variable, val); in SetHwReg8723BS()
1199 static void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in GetHwReg8723BS() argument
1201 switch (variable) { in GetHwReg8723BS()
1213 GetHwReg8723B(padapter, variable, val); in GetHwReg8723BS()
1218 static void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in SetHwRegWithBuf8723B() argument
1220 switch (variable) { in SetHwRegWithBuf8723B()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.h7 void rtl8723be_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
24 void rtl8723be_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.h7 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
22 void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.h7 void rtl88ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
22 void rtl88ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.h7 void rtl92ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
22 void rtl92ee_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.h21 u8 variable, u8 *val);
38 void rtl92se_set_hw_reg(struct ieee80211_hw *hw, u8 variable,
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.h20 void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
35 void rtl92ce_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.h67 void rtl92cu_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
68 void rtl92cu_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.h11 void rtl8723e_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
28 void rtl8723e_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.h7 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
24 void rtl8821ae_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/staging/r8188eu/hal/
Dhal_intf.c108 void rtw_hal_set_hwreg(struct adapter *adapt, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument
111 adapt->HalFunc.SetHwRegHandler(adapt, variable, val); in rtw_hal_set_hwreg()
114 void rtw_hal_get_hwreg(struct adapter *adapt, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument
117 adapt->HalFunc.GetHwRegHandler(adapt, variable, val); in rtw_hal_get_hwreg()
Dusb_halinit.c1261 static void hw_var_set_opmode(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_opmode() argument
1318 static void hw_var_set_macaddr(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_macaddr() argument
1329 static void hw_var_set_bssid(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_bssid() argument
1340 static void hw_var_set_bcn_func(struct adapter *Adapter, u8 variable, u8 *val) in hw_var_set_bcn_func() argument
1352 static void SetHwReg8188EU(struct adapter *Adapter, u8 variable, u8 *val) in SetHwReg8188EU() argument
1358 switch (variable) { in SetHwReg8188EU()
1378 hw_var_set_opmode(Adapter, variable, val); in SetHwReg8188EU()
1381 hw_var_set_macaddr(Adapter, variable, val); in SetHwReg8188EU()
1384 hw_var_set_bssid(Adapter, variable, val); in SetHwReg8188EU()
1425 hw_var_set_bcn_func(Adapter, variable, val); in SetHwReg8188EU()
[all …]
/drivers/scsi/
Dstex.c243 u32 variable[]; member
254 u8 variable[STATUS_VAR_LEN]; member
439 dst = (struct st_sgtable *)req->variable; in stex_map_sg()
471 dst = (struct st_sgtable *)req->variable; in stex_ss_map_sg()
724 memset(&req->variable[0], 0, 8); in stex_queuecommand_lck()
776 struct status_msg *resp, unsigned int variable) in stex_copy_data() argument
780 memcpy(ccb->sense_buffer, resp->variable, in stex_copy_data()
781 min(variable, ccb->sense_bufflen)); in stex_copy_data()
787 scsi_sg_copy_from_buffer(ccb->cmd, resp->variable, variable); in stex_copy_data()
796 le32_to_cpu(*(__le32 *)&resp->variable[0])); in stex_check_cmd()
/drivers/firmware/efi/
DKconfig11 Interface) variable information via sysfs. You may read,
140 "LoaderEntryOneShot" EFI variable, to be read by the
143 to that label. The "LoaderEntryRebootReason" EFI variable is
278 bool "Load custom ACPI SSDT overlay from an EFI variable"
282 Allow loading of an ACPI SSDT overlay from an EFI variable specified
/drivers/misc/cxl/
DMakefile2 ccflags-y := $(call cc-disable-warning, unused-const-variable)
/drivers/staging/rtl8723bs/
DTODO3 - convert any remaining unusual variable types

12345