protection       1246 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	bool protection;
protection       1254 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		protection = false;
protection       1258 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		protection = true;
protection       1262 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		protection = true;
protection       1267 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		protection = true;
protection       1272 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (protection) {
protection         59 drivers/irqchip/irq-omap-intc.c 	u32 protection;
protection         88 drivers/irqchip/irq-omap-intc.c 	intc_context.protection =
protection        108 drivers/irqchip/irq-omap-intc.c 	intc_writel(INTC_PROTECTION, intc_context.protection);
protection       1715 drivers/mtd/devices/docg3.c DEFINE_SHOW_ATTRIBUTE(protection);
protection        315 drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c 	    wlc->protection->nmode_user)
protection        321 drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c 	brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false);
protection        390 drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c 		brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false);
protection        445 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	kfree(wlc->protection);
protection        543 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	wlc->protection = kzalloc(sizeof(struct brcms_protection),
protection        545 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	if (wlc->protection == NULL) {
protection       4001 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->_g = (bool) val;
protection       4004 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->g_override = (s8) val;
protection       4007 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->gmode_user = (u8) val;
protection       4010 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->overlap = (s8) val;
protection       4013 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->nmode_user = (s8) val;
protection       4016 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->n_cfg = (s8) val;
protection       4019 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->n_cfg_override = (s8) val;
protection       4022 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->nongf = (bool) val;
protection       4025 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->nongf_override = (s8) val;
protection       4028 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->n_pam_override = (s8) val;
protection       4031 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		wlc->protection->n_obss = (bool) val;
protection       6953 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	else if (wlc->band->gmode && wlc->protection->_g && !is_cck_rate(rspec))
protection        552 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h 	struct brcms_protection *protection;
protection       3856 drivers/net/wireless/intel/iwlegacy/common.c 	    cpu_to_le32(il->ht.protection << RXON_FLG_HT_OPERATING_MODE_POS);
protection       3865 drivers/net/wireless/intel/iwlegacy/common.c 		if (il->ht.protection == IEEE80211_HT_OP_MODE_PROTECTION_20MHZ) {
protection       3905 drivers/net/wireless/intel/iwlegacy/common.c 		il->ht.protection, il->ht.extension_chan_offset);
protection       5107 drivers/net/wireless/intel/iwlegacy/common.c 		il->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE;
protection       5222 drivers/net/wireless/intel/iwlegacy/common.c 	il->ht.protection =
protection       1217 drivers/net/wireless/intel/iwlegacy/common.h 		u8 protection;
protection        519 drivers/net/wireless/intel/iwlwifi/dvm/dev.h 		u8 protection;
protection        619 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 	rxon->flags |= cpu_to_le32(ctx->ht.protection <<
protection        629 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 		if (ctx->ht.protection ==
protection        680 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 			le32_to_cpu(rxon->flags), ctx->ht.protection,
protection       1214 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 			ctx->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE;
protection       1449 drivers/net/wireless/intel/iwlwifi/dvm/rxon.c 		ctx->ht.protection = bss_conf->ht_operation_mode &
protection       1997 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION;
protection       2008 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	switch (protection) {
protection       1089 drivers/staging/rtl8188eu/core/rtw_xmit.c 	uint	protection, erp_len;
protection       1106 drivers/staging/rtl8188eu/core/rtw_xmit.c 			protection = (*(perp + 2)) & BIT(1);
protection       1107 drivers/staging/rtl8188eu/core/rtw_xmit.c 			if (protection) {
protection        707 drivers/staging/rtl8712/rtl871x_xmit.c 	uint	protection;
protection        725 drivers/staging/rtl8712/rtl871x_xmit.c 			protection = (*(perp + 2)) & BIT(1);
protection        726 drivers/staging/rtl8712/rtl871x_xmit.c 			if (protection) {
protection       1554 drivers/staging/rtl8723bs/core/rtw_xmit.c 	uint	protection;
protection       1574 drivers/staging/rtl8723bs/core/rtw_xmit.c 			protection = (*(perp + 2)) & BIT(1);
protection       1575 drivers/staging/rtl8723bs/core/rtw_xmit.c 			if (protection) {
protection       2462 mm/vmscan.c    		unsigned long protection;
protection       2465 mm/vmscan.c    		protection = mem_cgroup_protection(memcg,
protection       2468 mm/vmscan.c    		if (protection) {
protection       2501 mm/vmscan.c    			cgroup_size = max(cgroup_size, protection);
protection       2503 mm/vmscan.c    			scan = lruvec_size - lruvec_size * protection /
protection       1316 net/mac80211/tdls.c 	u16 protection = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED |
protection       1331 net/mac80211/tdls.c 		opmode |= protection;
protection       1333 net/mac80211/tdls.c 		opmode &= ~protection;