lower_threshold   467 drivers/iio/adc/cpcap-adc.c 				   int lower_threshold,
lower_threshold   496 drivers/iio/adc/cpcap-adc.c 		if (((calibration_data[1] >= lower_threshold) &&
lower_threshold  1384 drivers/net/wireless/ath/ath6kl/wmi.c 	u8 threshold = (u8) sq_thresh->lower_threshold[size - 1];
lower_threshold  1388 drivers/net/wireless/ath/ath6kl/wmi.c 		if (rssi > sq_thresh->lower_threshold[index]) {
lower_threshold  1389 drivers/net/wireless/ath/ath6kl/wmi.c 			threshold = (u8) sq_thresh->lower_threshold[index];
lower_threshold  1465 drivers/net/wireless/ath/ath6kl/wmi.c 		if (rssi > sq_thresh->lower_threshold[0]) {
lower_threshold  1468 drivers/net/wireless/ath/ath6kl/wmi.c 				rssi, sq_thresh->lower_threshold[0]);
lower_threshold  1469 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((rssi > sq_thresh->lower_threshold[1]) &&
lower_threshold  1470 drivers/net/wireless/ath/ath6kl/wmi.c 			   (rssi <= sq_thresh->lower_threshold[0])) {
lower_threshold  1472 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((rssi > sq_thresh->lower_threshold[2]) &&
lower_threshold  1473 drivers/net/wireless/ath/ath6kl/wmi.c 			   (rssi <= sq_thresh->lower_threshold[1])) {
lower_threshold  1475 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((rssi > sq_thresh->lower_threshold[3]) &&
lower_threshold  1476 drivers/net/wireless/ath/ath6kl/wmi.c 			   (rssi <= sq_thresh->lower_threshold[2])) {
lower_threshold  1478 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((rssi > sq_thresh->lower_threshold[4]) &&
lower_threshold  1479 drivers/net/wireless/ath/ath6kl/wmi.c 			   (rssi <= sq_thresh->lower_threshold[3])) {
lower_threshold  1481 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((rssi > sq_thresh->lower_threshold[5]) &&
lower_threshold  1482 drivers/net/wireless/ath/ath6kl/wmi.c 			   (rssi <= sq_thresh->lower_threshold[4])) {
lower_threshold  1484 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if (rssi <= sq_thresh->lower_threshold[5]) {
lower_threshold  1713 drivers/net/wireless/ath/ath6kl/wmi.c 		if (snr > sq_thresh->lower_threshold[0]) {
lower_threshold  1716 drivers/net/wireless/ath/ath6kl/wmi.c 				   sq_thresh->lower_threshold[0]);
lower_threshold  1717 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((snr > sq_thresh->lower_threshold[1]) &&
lower_threshold  1718 drivers/net/wireless/ath/ath6kl/wmi.c 			   (snr <= sq_thresh->lower_threshold[0])) {
lower_threshold  1720 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((snr > sq_thresh->lower_threshold[2]) &&
lower_threshold  1721 drivers/net/wireless/ath/ath6kl/wmi.c 			   (snr <= sq_thresh->lower_threshold[1])) {
lower_threshold  1723 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if ((snr > sq_thresh->lower_threshold[3]) &&
lower_threshold  1724 drivers/net/wireless/ath/ath6kl/wmi.c 			   (snr <= sq_thresh->lower_threshold[2])) {
lower_threshold  1726 drivers/net/wireless/ath/ath6kl/wmi.c 		} else if (snr <= sq_thresh->lower_threshold[3]) {
lower_threshold    88 drivers/net/wireless/ath/ath6kl/wmi.h 	s16 lower_threshold[SIG_QUALITY_LOWER_THRESH_LVLS];