Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/silabs/wfx/
Dhif_tx_mib.c55 arg.lower_threshold = rssi_thold; in wfx_hif_set_rcpi_rssi_threshold()
56 arg.lower_threshold = (arg.lower_threshold + 110) * 2; in wfx_hif_set_rcpi_rssi_threshold()
Dhif_api_mib.h256 u8 lower_threshold; member
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Dwmi.c1378 u8 threshold = (u8) sq_thresh->lower_threshold[size - 1]; in ath6kl_wmi_get_lower_threshold()
1382 if (rssi > sq_thresh->lower_threshold[index]) { in ath6kl_wmi_get_lower_threshold()
1383 threshold = (u8) sq_thresh->lower_threshold[index]; in ath6kl_wmi_get_lower_threshold()
1459 if (rssi > sq_thresh->lower_threshold[0]) { in ath6kl_wmi_rssi_threshold_event_rx()
1462 rssi, sq_thresh->lower_threshold[0]); in ath6kl_wmi_rssi_threshold_event_rx()
1463 } else if ((rssi > sq_thresh->lower_threshold[1]) && in ath6kl_wmi_rssi_threshold_event_rx()
1464 (rssi <= sq_thresh->lower_threshold[0])) { in ath6kl_wmi_rssi_threshold_event_rx()
1466 } else if ((rssi > sq_thresh->lower_threshold[2]) && in ath6kl_wmi_rssi_threshold_event_rx()
1467 (rssi <= sq_thresh->lower_threshold[1])) { in ath6kl_wmi_rssi_threshold_event_rx()
1469 } else if ((rssi > sq_thresh->lower_threshold[3]) && in ath6kl_wmi_rssi_threshold_event_rx()
[all …]
Dwmi.h88 s16 lower_threshold[SIG_QUALITY_LOWER_THRESH_LVLS]; member
/linux-6.6.21/drivers/iio/adc/
Dcpcap-adc.c467 int lower_threshold, in cpcap_adc_calibrate_one() argument
496 if (((calibration_data[1] >= lower_threshold) && in cpcap_adc_calibrate_one()