Lines Matching defs:variable

2822 static void hw_var_set_opmode(struct adapter *padapter, u8 variable, u8 *val)
2895 static void hw_var_set_macaddr(struct adapter *padapter, u8 variable, u8 *val)
2906 static void hw_var_set_bssid(struct adapter *padapter, u8 variable, u8 *val)
2917 static void hw_var_set_bcn_func(struct adapter *padapter, u8 variable, u8 *val)
2938 static void hw_var_set_correct_tsf(struct adapter *padapter, u8 variable, u8 *val)
2979 static void hw_var_set_mlme_disconnect(struct adapter *padapter, u8 variable, u8 *val)
2997 static void hw_var_set_mlme_sitesurvey(struct adapter *padapter, u8 variable, u8 *val)
3058 static void hw_var_set_mlme_join(struct adapter *padapter, u8 variable, u8 *val)
3226 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val)
3232 switch (variable) {
3246 hw_var_set_opmode(padapter, variable, val);
3250 hw_var_set_macaddr(padapter, variable, val);
3254 hw_var_set_bssid(padapter, variable, val);
3290 hw_var_set_bcn_func(padapter, variable, val);
3294 hw_var_set_correct_tsf(padapter, variable, val);
3310 hw_var_set_mlme_disconnect(padapter, variable, val);
3314 hw_var_set_mlme_sitesurvey(padapter, variable, val);
3320 hw_var_set_mlme_join(padapter, variable, val);
3659 SetHwReg(padapter, variable, val);
3664 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val)
3670 switch (variable) {
3736 GetHwReg(padapter, variable, val);
3742 * Change default setting of specified variable.
3744 u8 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, void *pval)
3750 switch (variable) {
3752 bResult = SetHalDefVar(padapter, variable, pval);
3760 * Query setting of specified variable.
3762 u8 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, void *pval)
3768 switch (variable) {
3831 bResult = GetHalDefVar(padapter, variable, pval);