Home
last modified time | relevance | path

Searched refs:noise (Results 1 – 25 of 186) sorted by relevance

12345678

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_noisemonitor.c154 dm->noise_level.noise[ODM_RF_PATH_A] = in odm_inband_noise_monitor_n_series()
156 dm->noise_level.noise_all += dm->noise_level.noise[ODM_RF_PATH_A]; in odm_inband_noise_monitor_n_series()
164 dm->noise_level.noise[ODM_RF_PATH_B] = in odm_inband_noise_monitor_n_series()
167 dm->noise_level.noise[ODM_RF_PATH_B]; in odm_inband_noise_monitor_n_series()
172 dm->noise_level.noise[ODM_RF_PATH_A], in odm_inband_noise_monitor_n_series()
173 dm->noise_level.noise[ODM_RF_PATH_B]); in odm_inband_noise_monitor_n_series()
191 s32 value32, pwdb_A = 0, sval, noise, sum; in odm_inband_noise_monitor_ac_series() local
290 noise = sum + 12 + 0x1C - 110; in odm_inband_noise_monitor_ac_series()
293 noise = noise - 3; in odm_inband_noise_monitor_ac_series()
294 ODM_RT_TRACE(dm, ODM_COMP_COMMON, "noise = %d\n", noise); in odm_inband_noise_monitor_ac_series()
[all …]
Dphydm_noisemonitor.h28 s8 noise[MAX_RF_PATH]; member
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm_NoiseMonitor.c124 pDM_Odm->noise_level.noise[ODM_RF_PATH_A] = -110 + reg_c50 + noise_data.sum[ODM_RF_PATH_A]; in odm_InbandNoise_Monitor_NSeries()
125 pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_A]; in odm_InbandNoise_Monitor_NSeries()
131 pDM_Odm->noise_level.noise[ODM_RF_PATH_B] = -110 + reg_c58 + noise_data.sum[ODM_RF_PATH_B]; in odm_InbandNoise_Monitor_NSeries()
132 pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_B]; in odm_InbandNoise_Monitor_NSeries()
142 pDM_Odm->noise_level.noise[ODM_RF_PATH_A], in odm_InbandNoise_Monitor_NSeries()
143 pDM_Odm->noise_level.noise[ODM_RF_PATH_B] in odm_InbandNoise_Monitor_NSeries()
Dodm_NoiseMonitor.h28 s8 noise[MAX_RF_PATH]; member
/Linux-v4.19/drivers/media/dvb-frontends/
Dlgdt330x.c506 u32 noise; /* noise value */ in lgdt3302_read_snr() local
515 noise = ((buf[0] & 7) << 16) | (buf[1] << 8) | buf[2]; in lgdt3302_read_snr()
520 noise = ((buf[0] & 7 << 3) << 13) | (buf[3] << 8) | buf[4]; in lgdt3302_read_snr()
527 noise = ((buf[0] & 3) << 8) | buf[1]; in lgdt3302_read_snr()
541 state->snr = calculate_snr(noise, c); in lgdt3302_read_snr()
543 dprintk(state, "noise = 0x%08x, snr = %d.%02d dB\n", noise, in lgdt3302_read_snr()
553 u32 noise; /* noise value */ in lgdt3303_read_snr() local
562 noise = ((buf[0] & 0x78) << 13) | (buf[1] << 8) | buf[2]; in lgdt3303_read_snr()
567 noise = ((buf[0] & 7) << 16) | (buf[3] << 8) | buf[4]; in lgdt3303_read_snr()
574 noise = (buf[0] << 8) | buf[1]; in lgdt3303_read_snr()
[all …]
Dor51132.c472 int noise, reg; in or51132_read_snr() local
478 noise = or51132_readreg(state, 0x02); in or51132_read_snr()
479 if (noise < 0) { in or51132_read_snr()
483 dprintk("read_snr noise (%d)\n", noise); in or51132_read_snr()
512 state->snr = calculate_snr(noise, c) - usK; in or51132_read_snr()
515 dprintk("%s: noise = 0x%08x, snr = %d.%02d dB\n", __func__, noise, in or51132_read_snr()
Dm88ds3103.c141 unsigned int cnr, noise, signal, noise_tot, signal_tot; in m88ds3103_read_status() local
174 noise = buf[1] << 6; /* [13:6] */ in m88ds3103_read_status()
175 noise |= buf[0] & 0x3f; /* [5:0] */ in m88ds3103_read_status()
176 noise >>= 2; in m88ds3103_read_status()
180 noise_tot += noise; in m88ds3103_read_status()
184 noise = noise_tot / M88DS3103_SNR_ITERATIONS; in m88ds3103_read_status()
188 if (signal > noise) { in m88ds3103_read_status()
189 itmp = signal / noise; in m88ds3103_read_status()
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt13 - touchscreen-fuzz-x : horizontal noise value of the absolute input
15 - touchscreen-fuzz-y : vertical noise value of the absolute input
17 - touchscreen-fuzz-pressure : pressure noise value of the absolute input
Dtsc2007.txt16 If set, it will permit noise in the data up to +- the value given to the fuzz
17 parameter, that is used to filter noise from the event stream.
Dchipone_icn8318.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
Dbrcm,iproc-touchscreen.txt55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
Dcyttsp.txt20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device
22 - touchscreen-fuzz-y : vertical noise value of the absolute input device
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-read-snr.rst30 The signal-to-noise ratio is stored into \*snr.
36 This ioctl call returns the signal-to-noise ratio for the signal
/Linux-v4.19/drivers/net/wireless/ath/
Dspectral_common.h55 s8 noise; member
99 __be16 noise; member
/Linux-v4.19/Documentation/sound/soc/
Dpops-clicks.rst8 powered up and causes a popping noise on the speakers).
50 An unwanted zipper noise can occur within the audio playback or capture stream
51 when a volume control is changed near its maximum gain value. The zipper noise
/Linux-v4.19/Documentation/devicetree/bindings/iio/proximity/
Das3935.txt18 - ams,nflwdth: Set the noise and watchdog threshold register on
19 startup. This will need to set according to the noise from the
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-dsp.c168 s32 carrier, stereo, dual, noise; in detect_a2_a2m_eiaj() local
198 noise = noise_magnitude(x, N, FREQ_NOISE_START, FREQ_NOISE_END); in detect_a2_a2m_eiaj()
202 carrier, stereo, dual, noise); in detect_a2_a2m_eiaj()
225 (noise < 10) && in detect_a2_a2m_eiaj()
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dhermes.h264 __le16 noise; /* Noise level */ member
280 __le16 noise; /* Noise level */ member
294 __le16 noise; /* Noise level */ member
321 u8 noise; member
/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211conv.c245 wlandev->spy_stat[i].noise = rxmeta->noise; in orinoco_spy_gather()
248 rxmeta->noise) ? (rxmeta->signal - in orinoco_spy_gather()
249 rxmeta->noise) : 0; in orinoco_spy_gather()
Dp80211metastruct.h94 struct p80211item_uint32 noise; member
213 struct p80211item_uint32 noise; member
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dcalib.c75 s8 noise = ATH_DEFAULT_NOISE_FLOOR; in ath9k_hw_getchan_noise() local
81 noise += delta; in ath9k_hw_getchan_noise()
83 return noise; in ath9k_hw_getchan_noise()
434 ah->noise = ath9k_hw_getchan_noise(ah, chan, chan->noisefloor); in ath9k_hw_getnf()
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8187.h49 u8 noise; member
139 u8 noise; member
/Linux-v4.19/Documentation/sound/designs/
Dpowersave.rst34 Note that you might hear click noise/pop when changing the power
42 consumption, but might result in longer wake-up time and click noise.
/Linux-v4.19/drivers/net/wireless/intersil/prism54/
Dislpci_eth.c292 …avs->ssi_noise = cpu_to_be32(priv->local_iwstatistics.qual.noise); /*better than 'undefined', I as… in islpci_monitor_rx()
385 wstats.noise = priv->local_iwstatistics.qual.noise; in islpci_eth_receive()
386 wstats.qual = wstats.level - wstats.noise; in islpci_eth_receive()
/Linux-v4.19/fs/jffs2/
Dscan.c27 #define noisy_printk(noise, fmt, ...) \ argument
29 if (*(noise)) { \
31 (*(noise))--; \
32 if (!(*(noise))) \
449 int noise = 0; in jffs2_scan_eraseblock() local
604 noise = 10; in jffs2_scan_eraseblock()
743 noisy_printk(&noise, "%s(): Magic bitmask 0x%04x not found at 0x%08x: 0x%04x instead\n", in jffs2_scan_eraseblock()
759 …noisy_printk(&noise, "%s(): Node at 0x%08x {0x%04x, 0x%04x, 0x%08x) has invalid CRC 0x%08x (calcul… in jffs2_scan_eraseblock()

12345678