Home
last modified time | relevance | path

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

/drivers/gpu/drm/omapdrm/displays/
DKconfig11 tristate "TPD12S015 HDMI ESD protection and level shifter"
13 Driver for TPD12S015, which offers HDMI ESD protection and level
/drivers/irqchip/
Dirq-omap-intc.c59 u32 protection; member
88 intc_context.protection = in omap_intc_save_context()
108 intc_writel(INTC_PROTECTION, intc_context.protection); in omap_intc_restore_context()
/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig17 tristate "TPD12S015 HDMI ESD protection and level shifter"
19 Driver for TPD12S015, which offers HDMI ESD protection and level
/drivers/net/wireless/broadcom/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()
543 wlc->protection = kzalloc(sizeof(struct brcms_protection), in brcms_c_attach_malloc()
545 if (wlc->protection == NULL) { in brcms_c_attach_malloc()
4001 wlc->protection->_g = (bool) val; in brcms_c_protection_upd()
4004 wlc->protection->g_override = (s8) val; in brcms_c_protection_upd()
4007 wlc->protection->gmode_user = (u8) val; in brcms_c_protection_upd()
4010 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
4013 wlc->protection->nmode_user = (s8) val; in brcms_c_protection_upd()
4016 wlc->protection->n_cfg = (s8) val; in brcms_c_protection_upd()
4019 wlc->protection->n_cfg_override = (s8) val; in brcms_c_protection_upd()
[all …]
Dmain.h552 struct brcms_protection *protection; member
/drivers/net/wireless/intel/iwlwifi/dvm/
Drxon.c619 rxon->flags |= cpu_to_le32(ctx->ht.protection << in _iwl_set_rxon_ht()
629 if (ctx->ht.protection == in _iwl_set_rxon_ht()
680 le32_to_cpu(rxon->flags), ctx->ht.protection, in _iwl_set_rxon_ht()
1214 ctx->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in iwlagn_mac_config()
1449 ctx->ht.protection = bss_conf->ht_operation_mode & in iwlagn_bss_info_changed()
Ddev.h519 u8 protection; member
/drivers/staging/rtl8712/
Drtl871x_xmit.c707 uint protection; in r8712_update_protection() local
725 protection = (*(perp + 2)) & BIT(1); in r8712_update_protection()
726 if (protection) { in r8712_update_protection()
/drivers/mtd/maps/
DKconfig85 platforms, basically to add a VPP (write protection) callback so
86 the flash can be taken out of write protection.
/drivers/md/
DKconfig22 into a RAID1/4/5 device so as to provide protection against hard
136 contain data sectors, and one drive contains the parity protection.
414 contain data sectors, and one drive contains the parity protection.
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1089 uint protection, erp_len; in rtw_update_protection() local
1106 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()
1107 if (protection) { in rtw_update_protection()
/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/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c1246 bool protection; in smu7_set_dpm_event_sources() local
1254 protection = false; in smu7_set_dpm_event_sources()
1258 protection = true; in smu7_set_dpm_event_sources()
1262 protection = true; in smu7_set_dpm_event_sources()
1267 protection = true; in smu7_set_dpm_event_sources()
1272 if (protection) { in smu7_set_dpm_event_sources()
/drivers/net/wireless/intel/iwlegacy/
Dcommon.c3856 cpu_to_le32(il->ht.protection << RXON_FLG_HT_OPERATING_MODE_POS); in _il_set_rxon_ht()
3865 if (il->ht.protection == IEEE80211_HT_OP_MODE_PROTECTION_20MHZ) { in _il_set_rxon_ht()
3905 il->ht.protection, il->ht.extension_chan_offset); in _il_set_rxon_ht()
5107 il->ht.protection = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in il_mac_config()
5222 il->ht.protection = in il_ht_conf()
Dcommon.h1217 u8 protection; member
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1554 uint protection; in rtw_update_protection() local
1574 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()
1575 if (protection) { in rtw_update_protection()
/drivers/platform/x86/
DKconfig342 Support for a led indicating disk protection will be provided as
890 Also provides sysfs entries to get/set the desired protection
891 level and resetting the HDD protection interface.
/drivers/misc/
DKconfig197 hardware based memory protection from the others. Enabling
/drivers/mtd/devices/
Ddocg3.c1715 DEFINE_SHOW_ATTRIBUTE(protection);
/drivers/mfd/
DKconfig1479 These include voltage regulators, thermal protection, configurable
1493 These include voltage regulators, thermal protection, configurable
/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c1997 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() local
2008 switch (protection) { in rt2800_config_ht_opmode()