/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 459 status->signal = ar->noise[0] + phy->rssi_combined; in carl9170_rx_phy_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwil_types.h | 332 s8 phy_noise; /* noise (in dBm) */ 648 s8 nf[BRCMF_ANT_MAX]; /* per antenna noise floor */ 851 * @snr: signal-noise ratio 852 * @noise: noise (in dBm) 857 __be32 noise; member
|
H A D | cfg80211.c | 6622 s32 rssi, snr = 0, noise = 0; in brcmf_notify_rssi() local 6628 noise = be32_to_cpu(info->noise); in brcmf_notify_rssi() 6640 brcmf_dbg(TRACE, "rssi=%d snr=%d noise=%d low=%d high=%d last=%d\n", in brcmf_notify_rssi() 6641 rssi, snr, noise, low, high, last); in brcmf_notify_rssi() 8099 u32 noise; in brcmf_cfg80211_dump_survey() local 8140 /* Get noise value */ in brcmf_cfg80211_dump_survey() 8141 err = brcmf_fil_cmd_int_get(ifp, BRCMF_C_GET_PHY_NOISE, &noise); in brcmf_cfg80211_dump_survey() 8144 noise = CHAN_NOISE_DUMMY; in brcmf_cfg80211_dump_survey() 8163 info->noise in brcmf_cfg80211_dump_survey() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 212 u16 noise; member
|
/kernel/linux/linux-6.6/drivers/media/common/siano/ |
H A D | smscoreapi.h | 766 u32 noise; /* dB */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 4910 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff), in ipw_rx_notification() 7799 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise); in ipw_handle_data_packet_monitor() 7913 s8 noise = (s8) le16_to_cpu(frame->noise); in ipw_handle_promiscuous_rx() local 8008 ipw_rt->rt_dbmnoise = noise; in ipw_handle_promiscuous_rx() 8285 .noise = in ipw_rx() 8286 le16_to_cpu(pkt->u.frame.noise), in ipw_rx() 8303 if (stats.noise != 0) in ipw_rx() 8826 range->max_qual.noise = 0; in ipw_wx_get_range() 8832 range->avg_qual.noise in ipw_wx_get_range() [all...] |
H A D | ipw2200.h | 653 struct notif_noise noise; member 671 __le16 noise; member 1981 #define CFG_SYS_ANTENNA_SLOW_DIV 0x02 /* consider background noise */
|
H A D | libipw_rx.c | 387 wstats.noise = rx_stats->noise; in libipw_rx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 4864 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff), in ipw_rx_notification() 7753 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise); in ipw_handle_data_packet_monitor() 7867 s8 noise = (s8) le16_to_cpu(frame->noise); in ipw_handle_promiscuous_rx() local 7962 ipw_rt->rt_dbmnoise = noise; in ipw_handle_promiscuous_rx() 8239 .noise = in ipw_rx() 8240 le16_to_cpu(pkt->u.frame.noise), in ipw_rx() 8257 if (stats.noise != 0) in ipw_rx() 8780 range->max_qual.noise = 0; in ipw_wx_get_range() 8786 range->avg_qual.noise in ipw_wx_get_range() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 1718 /* This is another Horowitz and Hill random noise generator. In this case in store_progressive_read() 1726 static png_uint_32 noise = 2; in store_progressive_read() local 1731 noise = (noise << 9) | ((noise ^ (noise >> (9-5))) & 0x1ff); in store_progressive_read() 1732 cb = noise & 0x1ff; in store_progressive_read() 3220 /* This is another Horowitz and Hill random noise generator. In this case in modifier_progressive_read() 3228 static png_uint_32 noise = 1; in modifier_progressive_read() local 3233 noise in modifier_progressive_read() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 4597 u32 noise[2] = { 0x3FF, 0x3FF }; in b43_nphy_spur_workaround() local 4607 ; /* TODO: N PHY Adjust Min Noise Var(2, tone, noise)*/ in b43_nphy_spur_workaround() 4617 noise[0] = 0x25F; in b43_nphy_spur_workaround() 4621 noise[0] = 0x21F; in b43_nphy_spur_workaround() 4624 noise[0] = 0; in b43_nphy_spur_workaround() 4628 noise[0] = 0x21F; in b43_nphy_spur_workaround() 4631 noise[0] = 0x23F; in b43_nphy_spur_workaround() 4634 noise[0] = 0x23F; in b43_nphy_spur_workaround() 4637 noise[0] = 0; in b43_nphy_spur_workaround() 4640 if (!tone[0] && !noise[ in b43_nphy_spur_workaround() [all...] |
H A D | phy_lp.c | 1839 static int lpphy_rx_iq_cal(struct b43_wldev *dev, bool noise, bool tx, in lpphy_rx_iq_cal() argument 1874 if (noise) { in lpphy_rx_iq_cal() 1894 if (noise) in lpphy_rx_iq_cal() 1909 if (noise) in lpphy_rx_iq_cal() 1920 if (!noise) { in lpphy_rx_iq_cal()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 2526 chan_stats.noise = fw_chan_stats->noise; in mwifiex_update_chan_statistics() 2533 "chan=%d, noise=%d, total_network=%d scan_duration=%d, busy_duration=%d\n", in mwifiex_update_chan_statistics() 2535 chan_stats.noise, in mwifiex_update_chan_statistics()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 947 wstats.noise = rx_stats->noise; in ieee80211_rx() 2126 stats->noise = ieee80211_translate_todbm((u8)(100 - stats->signal)) - 25; in ieee80211_network_init()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 944 wstats.noise = rx_stats->noise; in ieee80211_rx() 2063 stats->noise = ieee80211_translate_todbm((u8)(100 - stats->signal)) - 25; in ieee80211_network_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 2508 chan_stats.noise = fw_chan_stats->noise; in mwifiex_update_chan_statistics() 2515 "chan=%d, noise=%d, total_network=%d scan_duration=%d, busy_duration=%d\n", in mwifiex_update_chan_statistics() 2517 chan_stats.noise, in mwifiex_update_chan_statistics()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 651 fft_sample->noise = __cpu_to_be32(summary->meta.noise_floor[search.chain_idx]); in ath11k_spectral_process_fft()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 44 noise, rate, istx, frmlen; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 247 phy->noise = 0; in mt7915_set_channel()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 542 u8 noise; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | main.c | 764 priv->noise = -94; in p54_init_common()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 44 noise, rate, istx, frmlen; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1839 static int lpphy_rx_iq_cal(struct b43_wldev *dev, bool noise, bool tx, in lpphy_rx_iq_cal() argument 1874 if (noise) { in lpphy_rx_iq_cal() 1894 if (noise) in lpphy_rx_iq_cal() 1909 if (noise) in lpphy_rx_iq_cal() 1920 if (!noise) { in lpphy_rx_iq_cal()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 1562 s8 signal, noise; in lbs_cfg_get_station() local 1576 ret = lbs_get_rssi(priv, &signal, &noise); in lbs_cfg_get_station()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | wext-compat.c | 158 range->avg_qual.noise = range->max_qual.noise / 2; in cfg80211_wext_giwrange()
|