Home
last modified time | relevance | path

Searched refs:upper_threshold (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/wfx/
Dhif_tx_mib.c57 arg.upper_threshold = rssi_thold + rssi_hyst; in hif_set_rcpi_rssi_threshold()
58 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in hif_set_rcpi_rssi_threshold()
Dhif_api_mib.h254 u8 upper_threshold; member
/drivers/net/wireless/ath/ath6kl/
Dwmi.c1360 u8 threshold = (u8) sq_thresh->upper_threshold[size - 1]; in ath6kl_wmi_get_upper_threshold()
1364 if (rssi < sq_thresh->upper_threshold[index]) { in ath6kl_wmi_get_upper_threshold()
1365 threshold = (u8) sq_thresh->upper_threshold[index]; in ath6kl_wmi_get_upper_threshold()
1435 if (rssi < sq_thresh->upper_threshold[0]) { in ath6kl_wmi_rssi_threshold_event_rx()
1439 } else if ((rssi < sq_thresh->upper_threshold[1]) && in ath6kl_wmi_rssi_threshold_event_rx()
1440 (rssi >= sq_thresh->upper_threshold[0])) { in ath6kl_wmi_rssi_threshold_event_rx()
1442 } else if ((rssi < sq_thresh->upper_threshold[2]) && in ath6kl_wmi_rssi_threshold_event_rx()
1443 (rssi >= sq_thresh->upper_threshold[1])) { in ath6kl_wmi_rssi_threshold_event_rx()
1445 } else if ((rssi < sq_thresh->upper_threshold[3]) && in ath6kl_wmi_rssi_threshold_event_rx()
1446 (rssi >= sq_thresh->upper_threshold[2])) { in ath6kl_wmi_rssi_threshold_event_rx()
[all …]
Dwmi.h87 s16 upper_threshold[SIG_QUALITY_UPPER_THRESH_LVLS]; member
/drivers/iio/adc/
Dcpcap-adc.c468 int upper_threshold) in cpcap_adc_calibrate_one() argument
497 (calibration_data[1] <= upper_threshold) && in cpcap_adc_calibrate_one()