/drivers/gpu/drm/omapdrm/displays/ |
D | Kconfig | 11 tristate "TPD12S015 HDMI ESD protection and level shifter" 13 Driver for TPD12S015, which offers HDMI ESD protection and level
|
/drivers/irqchip/ |
D | irq-omap-intc.c | 59 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/ |
D | Kconfig | 17 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/ |
D | channel.c | 315 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()
|
D | main.c | 445 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 …]
|
D | main.h | 552 struct brcms_protection *protection; member
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 619 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()
|
D | dev.h | 519 u8 protection; member
|
/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 707 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/ |
D | Kconfig | 85 platforms, basically to add a VPP (write protection) callback so 86 the flash can be taken out of write protection.
|
/drivers/md/ |
D | Kconfig | 22 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/ |
D | rtw_xmit.c | 1089 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/ |
D | copying | 43 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/ |
D | smu7_hwmgr.c | 1246 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/ |
D | common.c | 3856 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()
|
D | common.h | 1217 u8 protection; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1554 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/ |
D | Kconfig | 342 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/ |
D | Kconfig | 197 hardware based memory protection from the others. Enabling
|
/drivers/mtd/devices/ |
D | docg3.c | 1715 DEFINE_SHOW_ATTRIBUTE(protection);
|
/drivers/mfd/ |
D | Kconfig | 1479 These include voltage regulators, thermal protection, configurable 1493 These include voltage regulators, thermal protection, configurable
|
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800lib.c | 1997 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode() local 2008 switch (protection) { in rt2800_config_ht_opmode()
|