Searched refs:evm (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c582 u8 rf_rx_num = 0, evm, pwdb_all; local
692 evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]);
696 (u8) (evm & 0xff);
698 (u8) (evm & 0xff);
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1166 u8 evm, pwdb_all; local
1311 evm = rtl92e_evm_db_to_percent(rx_evmX);
1314 pstats->SignalQuality = evm & 0xff;
1315 precord_stats->SignalQuality = evm & 0xff;
1317 pstats->RxMIMOSignalQuality[i] = evm & 0xff;
1318 precord_stats->RxMIMOSignalQuality[i] = evm & 0xff;
/linux-master/security/integrity/evm/
H A Devm_main.c20 #include <linux/evm.h>
28 #include "evm.h"
85 __setup("evm=", evm_set_fixmode);
169 * and compare it against the stored security.evm xattr.
413 * security.evm xattr. For performance, use the xattr value and length
488 * Prevent security.evm from being modified or removed without the
492 * affect security.evm. An interesting side affect of writing posix xattr
493 * acls is their modifying of the i_mode, which is included in security.evm.
494 * For posix xattr acls only, permit security.evm, even if it currently
581 * Before allowing the 'security.evm' protecte
1176 DEFINE_LSM(evm) = { variable
[all...]
H A Devm_crypto.c18 #include <linux/evm.h>
22 #include "evm.h"
24 #define EVMKEY "evm-key"
136 /* Protect against 'cutting & pasting' security.evm xattr, include inode
362 * Calculate the hmac and update security.evm xattr
/linux-master/security/integrity/ima/
H A Dima_api.c15 #include <linux/evm.h>
H A Dima_template_lib.c14 #include <linux/evm.h>
H A Dima_appraise.c15 #include <linux/evm.h>
533 case INTEGRITY_NOLABEL: /* No security.evm xattr. */
H A Dima_main.c29 #include <linux/evm.h>
/linux-master/drivers/i2c/busses/
H A DMakefile139 obj-$(CONFIG_I2C_TAOS_EVM) += i2c-taos-evm.o
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4451 antdiv_sts->evm = 0;
4465 stats->evm += phy_ppdu->ofdm.evm_min;
4470 stats->evm += phy_ppdu->ofdm.evm_min;
4488 return phy_div(stats->evm, stats->pkt_cnt_non_legacy + stats->pkt_cnt_ofdm);
H A Dcore.h3224 DECLARE_EWMA(evm, 10, 16);
4096 u32 evm; member in struct:rtw89_antdiv_stats
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.h1598 DECLARE_EWMA(evm, 10, 4);

Completed in 307 milliseconds

12