Home
last modified time | relevance | path

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

1234

/drivers/net/wireless/realtek/rtw88/
A Drx.c163 u8 *variable; in rtw_update_rx_freq_from_ie() local
169 variable = mgmt->u.beacon.variable; in rtw_update_rx_freq_from_ie()
171 u.beacon.variable); in rtw_update_rx_freq_from_ie()
173 variable = mgmt->u.probe_resp.variable; in rtw_update_rx_freq_from_ie()
175 u.probe_resp.variable); in rtw_update_rx_freq_from_ie()
185 channel_number = cfg80211_get_ies_channel_number(variable, ielen, in rtw_update_rx_freq_from_ie()
/drivers/staging/rtl8723bs/hal/
A Dhal_com.c572 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg() argument
577 switch (variable) { in SetHwReg()
641 FUNC_ADPT_ARG(adapter), variable); in SetHwReg()
646 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg() argument
651 switch (variable) { in GetHwReg()
661 FUNC_ADPT_ARG(adapter), variable); in GetHwReg()
670 struct adapter *adapter, enum hal_def_variable variable, void *value in SetHalDefVar() argument
677 switch (variable) { in SetHalDefVar()
723 __func__, variable); in SetHalDefVar()
738 switch (variable) { in GetHalDefVar()
[all …]
A Dhal_intf.c103 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument
105 SetHwReg8723BS(padapter, variable, val); in rtw_hal_set_hwreg()
108 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument
110 GetHwReg8723BS(padapter, variable, val); in rtw_hal_get_hwreg()
113 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf() argument
115 SetHwRegWithBuf8723B(padapter, variable, pbuf, len); in rtw_hal_set_hwreg_with_buf()
A Drtl8723b_hal_init.c2594 switch (variable) { in SetHwReg8723B()
2608 hw_var_set_opmode(padapter, variable, val); in SetHwReg8723B()
2612 hw_var_set_macaddr(padapter, variable, val); in SetHwReg8723B()
2616 hw_var_set_bssid(padapter, variable, val); in SetHwReg8723B()
2652 hw_var_set_bcn_func(padapter, variable, val); in SetHwReg8723B()
2682 hw_var_set_mlme_join(padapter, variable, val); in SetHwReg8723B()
3020 SetHwReg(padapter, variable, val); in SetHwReg8723B()
3031 switch (variable) { in GetHwReg8723B()
3097 GetHwReg(padapter, variable, val); in GetHwReg8723B()
3109 switch (variable) { in SetHalDefVar8723B()
[all …]
A Dsdio_halinit.c1142 void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in SetHwReg8723BS() argument
1146 switch (variable) { in SetHwReg8723BS()
1174 SetHwReg8723B(padapter, variable, val); in SetHwReg8723BS()
1183 void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in GetHwReg8723BS() argument
1185 switch (variable) { in GetHwReg8723BS()
1197 GetHwReg8723B(padapter, variable, val); in GetHwReg8723BS()
1202 void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in SetHwRegWithBuf8723B() argument
1204 switch (variable) { in SetHwRegWithBuf8723B()
/drivers/net/wireless/intel/iwlwifi/
A Diwl-utils.h44 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon))) in iwl_find_ie_offset()
47 frame_size -= mgmt->u.beacon.variable - beacon; in iwl_find_ie_offset()
49 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size); in iwl_find_ie_offset()
/drivers/staging/rtl8723bs/include/
A Dhal_com.h137 void SetHwReg(struct adapter *padapter, u8 variable, u8 *val);
138 void GetHwReg(struct adapter *padapter, u8 variable, u8 *val);
141 u8 SetHalDefVar(struct adapter *adapter, enum hal_def_variable variable,
143 u8 GetHalDefVar(struct adapter *adapter, enum hal_def_variable variable,
A Dhal_intf.h193 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val);
194 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val);
196 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len);
261 void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val);
262 void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val);
263 void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len);
A Drtl8723b_hal.h226 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
227 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val);
228 u8 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
230 u8 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
A Dhw.h7 void rtl92du_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl92du_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
A Dhw_common.h9 void rtl92d_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
10 void rtl92d_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Dhw.h7 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
20 void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
A Dhw.c67 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92de_get_hw_reg() argument
71 switch (variable) { in rtl92de_get_hw_reg()
76 rtl92d_get_hw_reg(hw, variable, val); in rtl92de_get_hw_reg()
81 void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl92de_set_hw_reg() argument
87 switch (variable) { in rtl92de_set_hw_reg()
235 rtl92d_set_hw_reg(hw, variable, val); in rtl92de_set_hw_reg()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A 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/rtl8188ee/
A 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/
A 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/
A Dhw.h21 u8 variable, u8 *val);
38 void rtl92se_set_hw_reg(struct ieee80211_hw *hw, u8 variable,
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A 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/
A 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/net/wireless/realtek/rtlwifi/rtl8192ce/
A 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/
A 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/hwtracing/coresight/
A DMakefile16 $(call cc-option, -Wunused-but-set-variable) \
17 $(call cc-option, -Wunused-const-variable) \
/drivers/net/wireless/intel/ipw2x00/
A Dlibipw.h411 u8 variable[]; member
446 u8 variable[]; member
456 u8 variable[]; member
467 u8 variable[]; member
476 u8 variable[]; member
/drivers/scsi/
A Dstex.c243 u32 variable[]; member
254 u8 variable[STATUS_VAR_LEN]; member
438 dst = (struct st_sgtable *)req->variable; in stex_map_sg()
470 dst = (struct st_sgtable *)req->variable; in stex_ss_map_sg()
721 memset(&req->variable[0], 0, 8); in stex_queuecommand_lck()
773 struct status_msg *resp, unsigned int variable) in stex_copy_data() argument
777 memcpy(ccb->sense_buffer, resp->variable, in stex_copy_data()
778 min(variable, ccb->sense_bufflen)); in stex_copy_data()
784 scsi_sg_copy_from_buffer(ccb->cmd, resp->variable, variable); in stex_copy_data()
793 le32_to_cpu(*(__le32 *)&resp->variable[0])); in stex_check_cmd()
/drivers/staging/rtl8723bs/
A DTODO3 - convert any remaining unusual variable types

Completed in 47 milliseconds

1234