/linux-4.1.27/drivers/media/dvb-frontends/ |
D | lgdt330x.c | 608 u32 noise; /* noise value */ in lgdt3302_read_snr() local 617 noise = ((buf[0] & 7) << 16) | (buf[1] << 8) | buf[2]; in lgdt3302_read_snr() 622 noise = ((buf[0] & 7<<3) << 13) | (buf[3] << 8) | buf[4]; in lgdt3302_read_snr() 629 noise = ((buf[0] & 3) << 8) | buf[1]; in lgdt3302_read_snr() 639 state->snr = calculate_snr(noise, c); in lgdt3302_read_snr() 642 dprintk("%s: noise = 0x%08x, snr = %d.%02d dB\n", __func__, noise, in lgdt3302_read_snr() 652 u32 noise; /* noise value */ in lgdt3303_read_snr() local 661 noise = ((buf[0] & 0x78) << 13) | (buf[1] << 8) | buf[2]; in lgdt3303_read_snr() 666 noise = ((buf[0] & 7) << 16) | (buf[3] << 8) | buf[4]; in lgdt3303_read_snr() 673 noise = (buf[0] << 8) | buf[1]; in lgdt3303_read_snr() [all …]
|
D | or51132.c | 478 int noise, reg; in or51132_read_snr() local 484 noise = or51132_readreg(state, 0x02); in or51132_read_snr() 485 if (noise < 0) { in or51132_read_snr() 489 dprintk("read_snr noise (%d)\n", noise); in or51132_read_snr() 518 state->snr = calculate_snr(noise, c) - usK; in or51132_read_snr() 521 dprintk("%s: noise = 0x%08x, snr = %d.%02d dB\n", __func__, noise, in or51132_read_snr()
|
D | m88ds3103.c | 915 u16 noise, signal; in m88ds3103_read_snr() local 953 noise = buf[1] << 6; /* [13:6] */ in m88ds3103_read_snr() 954 noise |= buf[0] & 0x3f; /* [5:0] */ in m88ds3103_read_snr() 955 noise >>= 2; in m88ds3103_read_snr() 959 noise_tot += noise; in m88ds3103_read_snr() 963 noise = noise_tot / M88DS3103_SNR_ITERATIONS; in m88ds3103_read_snr() 967 if (signal > noise) { in m88ds3103_read_snr() 968 tmp = signal / noise; in m88ds3103_read_snr()
|
D | lgdt3305.c | 1000 u32 noise; /* noise value */ in lgdt3305_read_snr() local 1008 noise = ((read_reg(state, LGDT3305_PT_MSE_1) & 0x07) << 16) | in lgdt3305_read_snr() 1015 noise = ((read_reg(state, LGDT3305_EQ_MSE_1) & 0x0f) << 16) | in lgdt3305_read_snr() 1023 noise = (read_reg(state, LGDT3305_CR_MSE_1) << 8) | in lgdt3305_read_snr() 1033 state->snr = calculate_snr(noise, c); in lgdt3305_read_snr() 1036 lg_dbg("noise = 0x%08x, snr = %d.%02d dB\n", noise, in lgdt3305_read_snr()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | touchscreen.txt | 10 - touchscreen-fuzz-x : horizontal noise value of the absolute input 12 - touchscreen-fuzz-y : vertical noise value of the absolute input 14 - touchscreen-fuzz-pressure : pressure noise value of the absolute input
|
D | chipone_icn8318.txt | 17 - touchscreen-fuzz-x : horizontal noise value of the absolute input 19 - touchscreen-fuzz-y : vertical noise value of the absolute input
|
D | tsc2007.txt | 18 If set, it will permit noise in the data up to +- the value given to the fuzz 19 parameter, that is used to filter noise from the event stream.
|
D | brcm,iproc-touchscreen.txt | 49 - touchscreen-fuzz-x: horizontal noise value of the absolute input 51 - touchscreen-fuzz-y: vertical noise value of the absolute input
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | spectral_common.h | 55 s8 noise; member 99 __be16 noise; member
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 7 powered up and causes a popping noise on the speakers). 47 An unwanted zipper noise can occur within the audio playback or capture stream 48 when a volume control is changed near its maximum gain value. The zipper noise
|
D | codec.txt | 161 minimise any system noise. The mute stops any digital data from
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 157 s32 carrier, stereo, dual, noise; in detect_a2_a2m_eiaj() local 187 noise = noise_magnitude(x, N, FREQ_NOISE_START, FREQ_NOISE_END); in detect_a2_a2m_eiaj() 190 "noise=%d\n", carrier, stereo, dual, noise); in detect_a2_a2m_eiaj() 211 (noise < 10) && in detect_a2_a2m_eiaj()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | hermes.h | 264 __le16 noise; /* Noise level */ member 280 __le16 noise; /* Noise level */ member 294 __le16 noise; /* Noise level */ member 321 u8 noise; member
|
D | wext.c | 126 wstats->qual.noise = priv->spy_data.spy_stat[0].noise; in orinoco_get_wireless_stats() 132 __le16 qual, signal, noise, unused; in orinoco_get_wireless_stats() member 141 wstats->qual.noise = (int)le16_to_cpu(cq.noise) - 0x95; in orinoco_get_wireless_stats()
|
D | main.c | 702 int level, int noise) in orinoco_spy_gather() argument 706 wstats.noise = noise - 0x95; in orinoco_spy_gather() 707 wstats.qual = (level > noise) ? (level - noise) : 0; in orinoco_spy_gather()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | calib.c | 69 s8 noise = ATH_DEFAULT_NOISE_FLOOR; in ath9k_hw_getchan_noise() local 75 noise += delta; in ath9k_hw_getchan_noise() 77 return noise; in ath9k_hw_getchan_noise() 394 ah->noise = ath9k_hw_getchan_noise(ah, chan, chan->noisefloor); in ath9k_hw_getnf()
|
D | common-spectral.c | 146 fft_sample_40.lower_noise = ah->noise; in ath_cmn_process_fft() 153 fft_sample_40.upper_noise = ah->noise; in ath_cmn_process_fft() 187 fft_sample_20.noise = ah->noise; in ath_cmn_process_fft()
|
D | common.c | 248 rxs->chain_signal[j] = ah->noise + rssi; in ath9k_cmn_process_rssi() 270 rxs->signal = ah->noise + rx_stats->rs_rssi; in ath9k_cmn_process_rssi()
|
D | link.c | 492 survey->noise = ath9k_hw_getchan_noise(ah, chan, in ath_update_survey_nf()
|
D | hw.h | 812 s8 noise; member
|
D | debug.c | 958 seq_printf(file, "Channel Noise Floor : %d\n", ah->noise); in read_file_dump_nfcal()
|
D | hw.c | 1848 ah->noise = ath9k_hw_getchan_noise(ah, chan, chan->noisefloor); in ath9k_hw_reset()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211conv.c | 246 wlandev->spy_stat[i].noise = rxmeta->noise; in orinoco_spy_gather() 249 rxmeta->noise) ? (rxmeta->signal - in orinoco_spy_gather() 250 rxmeta->noise) : 0; in orinoco_spy_gather()
|
D | p80211metastruct.h | 93 p80211item_uint32_t noise; member 212 p80211item_uint32_t noise; member
|
D | p80211conv.h | 87 int noise; /* An SSI, see p80211netdev.h */ member
|
D | prism2mgmt.c | 405 req->noise.status = P80211ENUM_msgitem_status_data_ok; in prism2mgmt_scan_results() 407 req->noise.data = le16_to_cpu(item->anl); in prism2mgmt_scan_results()
|
D | prism2sta.c | 369 qualmsg->noise.status = in prism2sta_mlmerequest() 374 qualmsg->noise.data = le16_to_cpu(hw->qual.ANL_currFC); in prism2sta_mlmerequest()
|
D | hfa384x_usb.c | 3505 rxmeta->noise = usbin->rxfrm.desc.silence - hw->dbmadjust; in hfa384x_usbin_rx()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | powersave.txt | 32 Note that you might hear click noise/pop when changing the power 40 consumption, but might result in longer wake-up time and click noise.
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | islpci_eth.c | 295 …avs->ssi_noise = cpu_to_be32(priv->local_iwstatistics.qual.noise); /*better than 'undefined', I as… in islpci_monitor_rx() 388 wstats.noise = priv->local_iwstatistics.qual.noise; in islpci_eth_receive() 389 wstats.qual = wstats.level - wstats.noise; in islpci_eth_receive()
|
D | isl_ioctl.c | 177 priv->local_iwstatistics.qual.noise = r.u; in prism54_update_stats() 197 bss2->rssi - priv->iwstatistics.qual.noise; in prism54_update_stats() 448 range->max_qual.noise = 0; in prism54_get_range() 452 range->avg_qual.noise = 0; /* don't know what to put here */ in prism54_get_range() 576 char noise) in prism54_translate_bss() argument 636 iwe.u.qual.noise = noise; in prism54_translate_bss() 638 iwe.u.qual.qual = bss->rssi - noise; in prism54_translate_bss() 687 u32 noise = 0; in prism54_get_scan() local 699 noise = r.u; in prism54_get_scan() 717 noise); in prism54_get_scan()
|
/linux-4.1.27/drivers/mmc/core/ |
D | Kconfig | 10 noise when the MMC card is not in use. Your host driver has to
|
/linux-4.1.27/fs/jffs2/ |
D | scan.c | 27 #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()
|
/linux-4.1.27/Documentation/input/ |
D | appletouch.txt | 67 noise when the temperature changes. This is especially true when you power-on 70 The appletouch driver tries to handle this noise and auto adapt itself, but it
|
D | gameport-programming.txt | 92 experimentation, it is the amount of noise in the ADC data. Perfect 95 the size of a gaussian filter window that is used to eliminate the noise 140 represents the amount of noise in the data. See section 3.
|
D | ntrig.txt | 23 The following parameters are used to configure filters to reduce noise:
|
D | input-programming.txt | 214 max values), with noise in the data up to +- 4, and with a center flat
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 30 name, rx_stats->signal, rx_stats->noise, rx_stats->rate, in hostap_dump_rx_80211() 149 LWNG_SETVAL(noise, 7, 0, 4, rx_stats->noise); in prism2_rx_80211() 170 hdr->ssi_noise = htonl(rx_stats->noise); in prism2_rx_80211() 190 hdr->dbm_antnoise = rx_stats->noise; in prism2_rx_80211() 767 wstats.noise = rx_stats->noise; in hostap_80211_rx()
|
D | hostap_80211.h | 71 u8 noise; member
|
D | hostap_ioctl.c | 64 wstats->qual.noise = local->avg_noise; in hostap_get_wireless_stats() 68 wstats->qual.noise = 0; in hostap_get_wireless_stats() 1019 range->max_qual.noise = 0; /* dB */ in prism2_ioctl_giwrange() 1024 range->avg_qual.noise = -95; in prism2_ioctl_giwrange() 1028 range->max_qual.noise = 154; /* 27 .. 154 */ in prism2_ioctl_giwrange() 1857 iwe.u.qual.noise = le16_to_cpu(scan->anl); in __prism2_translate_scan() 1861 iwe.u.qual.noise = in __prism2_translate_scan()
|
D | hostap_wlan.h | 42 noise, rate, istx, frmlen; member
|
D | hostap_ap.c | 2412 qual[count].noise = HFA384X_LEVEL_TO_dBm(sta->last_rx_silence); in prism2_ap_get_sta_qual() 2484 iwe.u.qual.noise = HFA384X_LEVEL_TO_dBm(sta->last_rx_silence); in prism2_ap_translate_scan() 3238 sta->last_rx_silence = rx_stats->noise; in hostap_update_rx_stats()
|
D | hostap_hw.c | 2072 stats.noise = rxdesc->silence - local->rssi_to_dBm; in hostap_rx_skb()
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | rtl8187.h | 49 u8 noise; member 139 u8 noise; member
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 266 range->max_qual.noise = -98; in rtl8180_wx_get_range() 272 range->avg_qual.noise = 0; in rtl8180_wx_get_range() 970 wstats->qual.noise = 0; in r8192_get_wireless_stats() 977 tmp_noise = (&ieee->current_network)->stats.noise; in r8192_get_wireless_stats() 981 wstats->qual.noise = tmp_noise; in r8192_get_wireless_stats()
|
D | r8192U_core.c | 4485 .noise = -98, in rtl8192_rx_nomal() 4597 .noise = -98, in rtl8192_rx_cmd()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 824 u8 noise[4]; in handle_irq_noise() local 834 *((__le32 *)noise) = cpu_to_le32(b43legacy_jssi_read(dev)); in handle_irq_noise() 835 if (noise[0] == 0x7F || noise[1] == 0x7F || in handle_irq_noise() 836 noise[2] == 0x7F || noise[3] == 0x7F) in handle_irq_noise() 842 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 843 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 844 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 845 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 846 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]]; in handle_irq_noise() 847 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]]; in handle_irq_noise() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-i2c-bmp085 | 25 written. Using this feature will decrease RMS noise and
|
D | sysfs-bus-iio | 1127 low_noise: reduce noise level from ADC,
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 10 Basically, it has transmission and signal noise level measurement features. 133 This device also has an interface to measure received noise level. To do that, you should 154 printf("received noise level: %d\n", rnl.rnl);
|
D | hauppauge-wintv-cx88-ir.txt | 39 marking state(1); but stray light, etc can cause intermittent noise values
|
D | si476x.txt | 171 0x25 | usn | Ultrasonic noise indicator
|
D | vivid.txt | 307 Finally, for PAL/SECAM standards the first half of the top line contains noise. 322 +/- 1 MHz around the channel. Beyond that it is just noise. The VIDIOC_G_TUNER 1124 radio receiver, and give back noise if the frequency doesn't match up with
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1535 BUILD_BUG_ON(ARRAY_SIZE(phy_regs) != ARRAY_SIZE(ar->noise)); in carl9170_get_noisefloor() 1542 ar->noise[i] = sign_extend32(GET_VAL( in carl9170_get_noisefloor() 1545 ar->noise[i + 2] = sign_extend32(GET_VAL( in carl9170_get_noisefloor() 1550 ar->survey[ar->channel->hw_value].noise = ar->noise[0]; in carl9170_get_noisefloor()
|
D | debug.c | 426 ar->noise[0], ar->noise[2]); in carl9170_debugfs_phy_noise_read() 428 ar->noise[1], ar->noise[3]); in carl9170_debugfs_phy_noise_read()
|
D | main.c | 870 static int carl9170_update_survey(struct ar9170 *ar, bool flush, bool noise) in carl9170_update_survey() argument 874 if (noise) { in carl9170_update_survey() 1873 for (i = 0; i < ARRAY_SIZE(ar->noise); i++) in carl9170_alloc() 1874 ar->noise[i] = -95; /* ATH_DEFAULT_NOISE_FLOOR */ in carl9170_alloc()
|
D | carl9170.h | 333 int noise[4]; member
|
D | rx.c | 459 status->signal = ar->noise[0] + phy->rssi_combined; in carl9170_rx_phy_status()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-audio.txt | 16 -ti,ramp_delay_value: HS ramp delay configuration to reduce pop noise
|
D | axp20x.txt | 34 under light loads for lower output noise. This
|
/linux-4.1.27/net/wireless/ |
D | wext-proc.c | 58 ((__s32) stats->qual.noise) - in wireless_seq_printf_stats()
|
D | wext-compat.c | 191 range->avg_qual.noise = range->max_qual.noise / 2; in cfg80211_wext_giwrange()
|
D | trace.h | 1619 __field(s8, noise) 1632 __entry->noise = info->noise; 1642 __entry->filled, __entry->noise)
|
D | nl80211.c | 6702 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise)) in nl80211_send_survey()
|
/linux-4.1.27/Documentation/hwmon/ |
D | emc6w201 | 19 control capability and enhanced system acoustics for noise suppression.
|
D | f71805f | 138 control, but may generate annoying high-pitch noise. So a frequency just
|
D | asc7621 | 169 Smooths spikes in temp readings caused by noise.
|
D | lm85 | 160 within spec (just?!) with the least possible fan noise.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 98 - st,noise-shape-dc-cut: 99 If present, the noise-shaping technique on the DC cutoff filter are
|
/linux-4.1.27/drivers/media/tuners/ |
D | xc4000.c | 496 static int xc_get_noise_level(struct xc4000_priv *priv, u16 *noise) in xc_get_noise_level() argument 498 return xc4000_readreg(priv, XREG_NOISE_LEVEL, noise); in xc_get_noise_level() 1119 u16 noise = 0; in xc_debug_dump() local 1154 xc_get_noise_level(priv, &noise); in xc_debug_dump() 1155 dprintk(1, "*** Noise level = %ddB (%d)\n", noise >> 8, noise); in xc_debug_dump()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | decl.h | 229 s8 noise; member
|
D | scan.c | 2004 chan_stats.noise = fw_chan_stats->noise; in mwifiex_update_chan_statistics() 2013 chan_stats.noise, in mwifiex_update_chan_statistics()
|
D | cfg80211.c | 1313 survey->noise = priv->bcn_nf_last; in mwifiex_cfg80211_dump_survey() 1330 survey->noise = pchan_stats[idx].noise; in mwifiex_cfg80211_dump_survey()
|
D | fw.h | 636 s8 noise; member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 408 range->max_qual.noise = 0; in rtl8192_wx_get_range() 413 range->avg_qual.noise = 0; in rtl8192_wx_get_range() 1316 wstats->qual.noise = -100; in r8192_get_wireless_stats() 1323 tmp_noise = (&ieee->current_network)->stats.noise; in r8192_get_wireless_stats() 1327 wstats->qual.noise = tmp_noise; in r8192_get_wireless_stats()
|
D | rtl_core.c | 2313 .noise = -98, in rtl8192_rx_normal()
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
D | main.c | 542 survey->noise = priv->noise; in lbtf_op_get_survey() 578 priv->noise = prxpd->nf; in lbtf_rx()
|
D | libertas_tf.h | 258 s8 noise; member
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | txrx.c | 531 priv->noise = p54_rssi_to_dbm(priv, le32_to_cpu(stats->noise)); in p54_rx_stats() 589 survey->noise = clamp(priv->noise, -128, 127); in p54_rx_stats()
|
D | p54.h | 219 int noise; member
|
D | lmac.h | 422 __le32 noise; member
|
D | main.c | 770 priv->noise = -94; in p54_init_common()
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 39 marking state(1); but stray light, etc can cause intermittent noise values
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | rx.c | 79 wl->noise = desc->rssi - desc->snr / 2; in wl1251_rx_status()
|
D | wl1251.h | 401 s8 noise; member
|
D | main.c | 1361 survey->noise = wl->noise; in wl1251_op_get_survey()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 1427 u8 noise[4]; in handle_irq_noise() local 1446 *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev)); in handle_irq_noise() 1447 if (noise[0] == 0x7F || noise[1] == 0x7F || in handle_irq_noise() 1448 noise[2] == 0x7F || noise[3] == 0x7F) in handle_irq_noise() 1454 noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 1455 noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 1456 noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 1457 noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1); in handle_irq_noise() 1458 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]]; in handle_irq_noise() 1459 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]]; in handle_irq_noise() [all …]
|
D | phy_lp.c | 1862 static int lpphy_rx_iq_cal(struct b43_wldev *dev, bool noise, bool tx, in lpphy_rx_iq_cal() argument 1897 if (noise) { in lpphy_rx_iq_cal() 1917 if (noise) in lpphy_rx_iq_cal() 1932 if (noise) in lpphy_rx_iq_cal() 1943 if (!noise) { in lpphy_rx_iq_cal()
|
D | phy_n.c | 4608 u32 noise[2] = { 0x3FF, 0x3FF }; in b43_nphy_spur_workaround() local 4627 noise[0] = 0x25F; in b43_nphy_spur_workaround() 4631 noise[0] = 0x21F; in b43_nphy_spur_workaround() 4634 noise[0] = 0; in b43_nphy_spur_workaround() 4638 noise[0] = 0x21F; in b43_nphy_spur_workaround() 4641 noise[0] = 0x23F; in b43_nphy_spur_workaround() 4644 noise[0] = 0x23F; in b43_nphy_spur_workaround() 4647 noise[0] = 0; in b43_nphy_spur_workaround() 4650 if (!tone[0] && !noise[0]) in b43_nphy_spur_workaround()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 206 u8 noise; member
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_recv.h | 110 u8 noise; member
|
D | rtl871x_ioctl_linux.c | 358 iwe.u.qual.noise = 0; /* noise level */ in translate_scan() 911 range->max_qual.noise = 100; in r8711_wx_get_range() 916 range->avg_qual.noise = 0; in r8711_wx_get_range() 2338 piwstats->qual.noise = 0; in r871x_get_wireless_stats() 2343 tmp_noise = padapter->recvpriv.noise; in r871x_get_wireless_stats() 2346 piwstats->qual.noise = tmp_noise; in r871x_get_wireless_stats()
|
D | ieee80211.h | 441 u8 noise; member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 187 iwe.u.qual.noise = 0; in libipw_translate_scan() 189 iwe.u.qual.noise = network->stats.noise; in libipw_translate_scan()
|
D | ipw2200.h | 667 struct notif_noise noise; member 685 __le16 noise; member
|
D | libipw.h | 231 u8 noise; member
|
D | libipw_rx.c | 391 wstats.noise = rx_stats->noise; in libipw_rx()
|
D | ipw2200.c | 4934 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff), in ipw_rx_notification() 7829 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise); in ipw_handle_data_packet_monitor() 7943 s8 noise = (s8) le16_to_cpu(frame->noise); in ipw_handle_promiscuous_rx() local 8038 ipw_rt->rt_dbmnoise = noise; in ipw_handle_promiscuous_rx() 8316 .noise = in ipw_rx() 8317 le16_to_cpu(pkt->u.frame.noise), in ipw_rx() 8334 if (stats.noise != 0) in ipw_rx() 8857 range->max_qual.noise = 0; in ipw_wx_get_range() 8863 range->avg_qual.noise = 0; in ipw_wx_get_range() 10048 wstats->qual.noise = 0; in ipw_get_wireless_stats() [all …]
|
D | ipw2100.c | 6812 range->max_qual.noise = 0; in ipw2100_wx_get_range() 6818 range->avg_qual.noise = 0; in ipw2100_wx_get_range() 8167 wstats->qual.noise = 0; in ipw2100_wx_wireless_stats() 8250 wstats->qual.noise = 0; in ipw2100_wx_wireless_stats()
|
/linux-4.1.27/net/mac80211/ |
D | ethtool.c | 175 data[i++] = (u8)survey.noise; in ieee80211_get_stats()
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 40 Default = Low noise mode.
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 72 *3 0x08 8 Active Negation: Improves SCSI Bus noise immunity.
|
D | qlogicfas.txt | 73 termination (the ACK can be reflected), or by noise when the chips
|
D | tmscsim.txt | 312 *3 0x08 8 Active Negation: Improves SCSI Bus noise immunity.
|
D | ChangeLog.1992-1997 | 142 the bus, assume that it was just noise on the bus, and ignore
|
D | ChangeLog.lpfc | 437 be loaded without hardware present, and noise in the log for
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 209 u8 noise; member
|
D | ieee80211.h | 648 u8 noise; member
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | rx.c | 84 wl->noise = desc->rssi - (desc->snr >> 1); in wl1271_rx_status()
|
D | wlcore.h | 376 s8 noise; member
|
D | debugfs.c | 498 DRIVER_STATE_PRINT_INT(noise); in driver_state_read()
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 49 - samsung,tmu_noise_cancel_mode: Mode for noise cancellation
|
/linux-4.1.27/Documentation/ |
D | sparse.txt | 50 don't want to drown in noise unless we'd explicitly asked for it.
|
D | hw_random.txt | 55 using thermal noise generated from inherently random quantum
|
D | SubmitChecklist | 88 EXTRA_CFLAGS=-W"). This will generate lots of noise, but is good for
|
D | kmemcheck.txt | 371 443 * reducing the timer noise on heavy loaded !highres
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 43 use a infrared sensor reading to remove infrared noise from the
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | si4713.c | 696 u8 *antcap, u8 *noise) in si4713_tx_tune_status() argument 718 *noise = val[7]; in si4713_tx_tune_status() 721 *frequency, *power, *antcap, *noise); in si4713_tx_tune_status()
|
/linux-4.1.27/include/uapi/linux/ |
D | wireless.h | 717 __u8 noise; /* noise level (dBm) */ member
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 181 iwe.u.qual.noise = network->stats.noise; in rtl819x_translate_scan()
|
D | ieee80211_rx.c | 958 wstats.noise = rx_stats->noise; in ieee80211_rx() 2260 stats->noise = ieee80211_translate_todbm((u8)(100-stats->signal)) -25; in ieee80211_network_init()
|
D | ieee80211.h | 830 u8 noise; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 192 iwe.u.qual.noise = network->stats.noise; in rtl819x_translate_scan()
|
D | rtllib.h | 918 u8 noise; member
|
D | rtllib_rx.c | 2290 stats->noise = rtllib_translate_todbm((u8)(100-stats->signal)) - 25; in rtllib_network_init()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 125 __le16 *qos, s8 *noise); 276 s8 noise; member 983 __le16 *qos, s8 *noise) in mwl8k_rxd_ap_process() argument 994 *noise = -rxd->noise_floor; in mwl8k_rxd_ap_process() 1093 __le16 *qos, s8 *noise) in mwl8k_rxd_sta_process() argument 1107 *noise = -rxd->noise_level; in mwl8k_rxd_sta_process() 1330 &priv->noise); in rxq_process() 3115 survey->noise = nf * -1; in mwl8k_update_survey() 5414 survey->noise = priv->noise; in mwl8k_get_survey()
|
D | ray_cs.c | 1341 range->max_qual.noise = 255; /* Idem */ in ray_get_range() 1411 local->wstats.qual.noise = local->spy_data.spy_stat[0].noise; in ray_get_wireless_stats() 1418 local->wstats.qual.noise = readb(&p->rxnoise); in ray_get_wireless_stats()
|
D | airo.c | 3397 wstats.noise = ai->wstats.qual.noise; in airo_handle_rx() 3765 wstats.noise = ai->wstats.qual.noise; in mpi_receive_802_11() 6917 range->max_qual.noise = 0x100 - 120; /* -120 dBm */ in airo_get_range() 6929 range->avg_qual.noise = 0x100 - 85; /* -85 dBm */ in airo_get_range() 7170 qual[i].noise = local->wstats.qual.noise; in airo_get_aplist() 7326 iwe.u.qual.noise = ai->wstats.qual.noise; in airo_translate_scan() 7734 local->wstats.qual.noise = 0x100 - status_rid.noisedBm; in airo_read_wireless_stats() 7737 local->wstats.qual.noise = 0; in airo_read_wireless_stats()
|
D | zd1201.c | 1056 range->max_qual.noise = 128; in zd1201_get_range() 1187 iwe.u.qual.noise= zd->rxdata[i+2]/10-100; in zd1201_get_scan()
|
D | atmel.c | 1281 priv->wstats.qual.noise = 0; in atmel_get_wireless_stats() 1288 priv->wstats.qual.noise = 0; in atmel_get_wireless_stats() 2445 range->max_qual.noise = 0; in atmel_get_range() 2450 range->avg_qual.noise = 0; in atmel_get_range()
|
D | mac80211_hwsim.c | 1739 survey->noise = -92; in mac80211_hwsim_get_survey()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 318 iwe.u.qual.noise = 0; /* noise level */ in translate_scan() 888 range->max_qual.noise = 100; in rtw_wx_get_range() 894 range->avg_qual.noise = 0; in rtw_wx_get_range() 3082 piwstats->qual.noise = 0; in rtw_get_wireless_stats() 3086 tmp_noise = padapter->recvpriv.noise; in rtw_get_wireless_stats() 3090 piwstats->qual.noise = tmp_noise; in rtw_get_wireless_stats()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | spectral.c | 128 fft_sample->noise = __cpu_to_be16( in ath10k_spectral_process_fft()
|
D | wmi.c | 1695 survey->noise = noise_floor; in ath10k_wmi_event_chan_info()
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 88 is sometimes just white noise (occurs randomly). 256 - Disables Disney Sound System with SG NX Pro 16 (less noise).
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 686 survey->noise = ah->ah_noise_floor; in ath5k_get_survey()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smscoreapi.h | 778 u32 noise; /* dB */ member
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 29 lost in the noise of a mailing list that gets 1000+ emails a day.
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 1613 s8 signal, noise; in lbs_cfg_get_station() local 1629 ret = lbs_get_rssi(priv, &signal, &noise); in lbs_cfg_get_station()
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 147 * 4.08 Dec 18, 1997 -- spew less noise when tray is empty
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 31 reduced at runtime, due to power budget, thermal constraint, or noise
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 390 day, the amount of noise is high, the conversation can be severely 459 noise which is distracting for the development community as a whole, so,
|
D | 4.Coding | 45 pure coding style fixes are seen as noise by the development community;
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 570 padapter->recvpriv.noise in proc_get_rx_signal()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 282 noise with a 8 bit only device. 442 noise. 914 in some systems but is likely to cause terrible noise on some other systems. 1193 Some MAD16 based cards may cause feedback, whistle or terrible noise if the
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 31 up, the more likely that the cause will be lost in the noise. Hence the primary
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 606 s8 noise; member
|
/linux-4.1.27/sound/pci/ |
D | Kconfig | 144 It can produce continuous noise. The workaround is to switch again
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 1942 u8 noise; member
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 663 iwe.u.qual.noise = 0; in gelic_wl_translate_scan()
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 413 test because it has noise of shared objects/status.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 432 make an annoyingly loud noise, which a lower speed may reduce. %Finally,
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1073 absolutely sure the ThinkPad will not make noise if you press the mute
|