Home
last modified time | relevance | path

Searched refs:protection (Results 1 – 19 of 19) sorted by relevance

/drivers/irqchip/
Dirq-omap-intc.c61 u32 protection; member
90 intc_context.protection = in omap_intc_save_context()
110 intc_writel(INTC_PROTECTION, intc_context.protection); in omap_intc_restore_context()
/drivers/video/fbdev/omap2/displays-new/
DKconfig16 tristate "TPD12S015 HDMI ESD protection and level shifter"
18 Driver for TPD12S015, which offers HDMI ESD protection and level
/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c315 wlc->protection->nmode_user) in brcms_c_set_country()
321 brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false); in brcms_c_set_country()
390 brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false); in brcms_c_channel_set_chanspec()
Dmain.c445 kfree(wlc->protection); in brcms_c_detach_mfree()
542 wlc->protection = kzalloc(sizeof(struct brcms_protection), in brcms_c_attach_malloc()
544 if (wlc->protection == NULL) { in brcms_c_attach_malloc()
4000 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
4003 wlc->protection->g_override = (s8) val; in brcms_c_protection_upd()
4006 wlc->protection->gmode_user = (u8) val; in brcms_c_protection_upd()
4009 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
4012 wlc->protection->nmode_user = (s8) val; in brcms_c_protection_upd()
4015 wlc->protection->n_cfg = (s8) val; in brcms_c_protection_upd()
4018 wlc->protection->n_cfg_override = (s8) val; in brcms_c_protection_upd()
[all …]
Dmain.h552 struct brcms_protection *protection; member
/drivers/net/wireless/iwlwifi/dvm/
Drxon.c639 rxon->flags |= cpu_to_le32(ctx->ht.protection << in _iwl_set_rxon_ht()
649 if (ctx->ht.protection == in _iwl_set_rxon_ht()
700 le32_to_cpu(rxon->flags), ctx->ht.protection, in _iwl_set_rxon_ht()
1234 ctx->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in iwlagn_mac_config()
1469 ctx->ht.protection = bss_conf->ht_operation_mode & in iwlagn_bss_info_changed()
Ddev.h534 u8 protection; member
/drivers/staging/rtl8712/
Drtl871x_xmit.c710 uint protection; in r8712_update_protection() local
728 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
729 if (protection) { in r8712_update_protection()
/drivers/md/
DKconfig21 into a RAID1/4/5 device so as to provide protection against hard
135 contain data sectors, and one drive contains the parity protection.
371 contain data sectors, and one drive contains the parity protection.
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1162 uint protection; in rtw_update_protection() local
1181 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()
1182 if (protection) { in rtw_update_protection()
/drivers/staging/rtl8723au/core/
Drtw_xmit.c1248 uint protection; in rtw_update_protection23a() local
1263 protection = (*(p + 2)) & BIT(1); in rtw_update_protection23a()
1264 if (protection) { in rtw_update_protection23a()
/drivers/platform/x86/
DKconfig237 Support for a led indicating disk protection will be provided as
701 Also provides sysfs entries to get/set the desired protection
702 level and resetting the HDD protection interface.
/drivers/staging/rtl8192u/
Dcopying43 Also, for each author's protection and ours, we want to make certain
88 you may at your option offer warranty protection in exchange for a fee.
/drivers/staging/rtl8192e/
Dlicense48 Also, for each author's protection and ours, we want to make certain that
91 may at your option offer warranty protection in exchange for a fee.
/drivers/net/wireless/iwlegacy/
Dcommon.c3864 cpu_to_le32(il->ht.protection << RXON_FLG_HT_OPERATING_MODE_POS); in _il_set_rxon_ht()
3873 if (il->ht.protection == IEEE80211_HT_OP_MODE_PROTECTION_20MHZ) { in _il_set_rxon_ht()
3913 il->ht.protection, il->ht.extension_chan_offset); in _il_set_rxon_ht()
5115 il->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in il_mac_config()
5228 il->ht.protection = in il_ht_conf()
Dcommon.h1231 u8 protection; member
/drivers/mtd/devices/
Ddocg3.c1788 DEBUGFS_RO_ATTR(protection, dbg_protection_show);
/drivers/misc/
DKconfig223 hardware based memory protection from the others. Enabling
/drivers/net/wireless/rt2x00/
Drt2800lib.c1595 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() local
1606 switch (protection) { in rt2800_config_ht_opmode()