Home
last modified time | relevance | path

Searched refs:RSSI (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/admin-guide/media/
H A Dsi476x.rst126 0x04 rssihint ditto for RSSI high threshold
127 0x05 rssilint ditto for RSSI low threshold
131 0x08 rssiready ditto for RSSI metrics
139 0x15 rssi Signed value of RSSI in dBuV
/linux/drivers/media/common/siano/
H A Dsmscoreapi.h689 s32 RSSI; /* dBm */ member
808 s32 RSSI; /* dBm */ member
850 s32 RSSI; /* dBm */ member
912 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
959 s32 RSSI; /* dBm */ member
985 s32 RSSI; /* dBm */ member
H A Dsmsdvb.h79 s32 RSSI; /* dBm */ member
H A Dsmsdvb-debugfs.c56 n += sysfs_emit_at(buf, n, "RSSI = %d\n", p->RSSI); in smsdvb_print_dvb_stats()
117 n += sysfs_emit_at(buf, n, "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats()
181 n += sysfs_emit_at(buf, n, "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats_ex()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h331 __le16 RSSI; /* receive signal strength (in dBm) */ member
1061 __le16 RSSI; member
H A Dcfg80211.c3397 bss_data.signal = (s16)le16_to_cpu(bi->RSSI) * 100; in brcmf_inform_single_bss()
3508 notify_signal = (s16)le16_to_cpu(bi->RSSI) * 100; in brcmf_inform_ibss()
3616 s16 bss_rssi = le16_to_cpu(bss->RSSI); in brcmf_compare_update_same_bss()
3617 s16 bss_info_rssi = le16_to_cpu(bss_info_le->RSSI); in brcmf_compare_update_same_bss()
3623 bss->RSSI = bss_info_le->RSSI; in brcmf_compare_update_same_bss()
3629 bss->RSSI = bss_info_le->RSSI; in brcmf_compare_update_same_bss()
H A Dfwsignal.c53 BRCMF_FWS_TLV_DEF(RSSI, 8, 1) \
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h130 s16 RSSI; /* receive signal strength (in dBm) */ member
/linux/drivers/net/wireless/marvell/libertas/
H A DREADME149 This event is generated when the average received RSSI in beacons goes
153 This event is generated when the average received RSSI in beacons goes
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dmain.h99 #define SCAN_RSSI(RSSI) (0x100 - ((u8)(RSSI))) argument
H A Dfw.h134 #define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI) - (s16)(NF))) argument
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h134 #define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI)-(s16)(NF))) argument