| /drivers/gpu/drm/msm/adreno/ |
| A D | a6xx_catalog.c | 690 .protect = &a630_protect, 723 .protect = &a630_protect, 754 .protect = &a630_protect, 779 .protect = &a630_protect, 804 .protect = &a630_protect, 829 .protect = &a630_protect, 854 .protect = &a630_protect, 880 .protect = &a650_protect, 902 .protect = &a650_protect, 935 .protect = &a630_protect, [all …]
|
| A D | a6xx_gpu.c | 585 const struct adreno_protect *protect = adreno_gpu->info->a6xx->protect; in a6xx_set_cp_protect() local 598 for (i = 0; i < protect->count - 1; i++) { in a6xx_set_cp_protect() 600 if (protect->regs[i]) in a6xx_set_cp_protect() 601 gpu_write(gpu, REG_A6XX_CP_PROTECT(i), protect->regs[i]); in a6xx_set_cp_protect() 604 gpu_write(gpu, REG_A6XX_CP_PROTECT(protect->count_max - 1), protect->regs[i]); in a6xx_set_cp_protect()
|
| A D | a6xx_gpu.h | 46 const struct adreno_protect *protect; member
|
| /drivers/target/ |
| A D | target_core_sbc.c | 611 protect ? TARGET_PROT_DOUT_PASS : in sbc_set_prot_op_checks() 613 switch (protect) { in sbc_set_prot_op_checks() 632 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks() 637 protect ? TARGET_PROT_DIN_PASS : in sbc_set_prot_op_checks() 639 switch (protect) { in sbc_set_prot_op_checks() 658 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks() 675 if (unlikely(protect && in sbc_check_prot() 690 if (protect) in sbc_check_prot() 712 if (!protect) in sbc_check_prot() 717 "PROTECT: 0x%02x\n", cmd->t_task_cdb[0], protect); in sbc_check_prot() [all …]
|
| /drivers/irqchip/ |
| A D | irq-vic.c | 70 u32 protect; member 111 writel(vic->protect, base + VIC_PROTECT); in resume_one_vic() 140 vic->protect = readl(base + VIC_PROTECT); in suspend_one_vic()
|
| /drivers/mtd/devices/ |
| A D | docg3.c | 1676 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local 1679 protect = doc_register_readb(docg3, DOC_PROTECTION); in protection_show() 1688 seq_printf(s, "Protection = 0x%02x (", protect); in protection_show() 1689 if (protect & DOC_PROTECT_FOUNDRY_OTP_LOCK) in protection_show() 1691 if (protect & DOC_PROTECT_CUSTOMER_OTP_LOCK) in protection_show() 1693 if (protect & DOC_PROTECT_LOCK_INPUT) in protection_show() 1695 if (protect & DOC_PROTECT_STICKY_LOCK) in protection_show() 1697 if (protect & DOC_PROTECT_PROTECTION_ENABLED) in protection_show() 1699 if (protect & DOC_PROTECT_IPL_DOWNLOAD_LOCK) in protection_show() 1701 if (protect & DOC_PROTECT_PROTECTION_ERROR) in protection_show()
|
| /drivers/gpu/drm/nouveau/dispnv04/ |
| A D | hw.h | 243 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect) in NVVgaProtect() argument 247 if (protect) { in NVVgaProtect() 255 NVSetEnablePalette(dev, head, protect); in NVVgaProtect()
|
| /drivers/input/mouse/ |
| A D | psmouse.h | 155 bool protect; member 177 .protect = _protect, \
|
| /drivers/iommu/ |
| A D | mtk_iommu_v1.c | 610 void *protect; in mtk_iommu_v1_probe() local 620 protect = devm_kcalloc(dev, 2, MTK_PROTECT_PA_ALIGN, in mtk_iommu_v1_probe() 622 if (!protect) in mtk_iommu_v1_probe() 624 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_v1_probe()
|
| A D | mtk_iommu.c | 1252 void *protect; in mtk_iommu_probe() local 1266 protect = devm_kcalloc(dev, 2, MTK_PROTECT_PA_ALIGN, GFP_KERNEL); in mtk_iommu_probe() 1267 if (!protect) in mtk_iommu_probe() 1269 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | Makefile | 5 iwlmld-y += mld.o notif.o mac80211.o fw.o power.o iface.o link.o rx.o mcc.o session-protect.o phy.o
|
| /drivers/hwmon/pmbus/ |
| A D | tps25990.c | 67 u8 protect) in tps25990_mfr_write_protect_set() argument 71 switch (protect) { in tps25990_mfr_write_protect_set()
|
| /drivers/gpu/host1x/ |
| A D | Kconfig | 26 Say yes if kernel should protect command streams from tampering.
|
| /drivers/net/wireless/ti/wl18xx/ |
| A D | scan.c | 62 cmd->protect = 0; in wl18xx_scan_send() 198 cmd->protect = 0; in wl18xx_scan_sched_scan_config()
|
| A D | scan.h | 54 u8 protect; /* ??? */ member
|
| /drivers/scsi/ |
| A D | sd.c | 806 unsigned int protect = 0; in sd_setup_protect_cmnd() local 829 protect = 1 << 5; /* Enable target PI checking */ in sd_setup_protect_cmnd() 836 return protect; in sd_setup_protect_cmnd() 1330 unsigned char protect, fua; in sd_setup_read_write_cmnd() local 1378 protect = sd_setup_protect_cmnd(cmd, dix, dif); in sd_setup_read_write_cmnd() 1380 protect = 0; in sd_setup_read_write_cmnd() 1384 protect | fua, dld); in sd_setup_read_write_cmnd() 1388 protect | fua); in sd_setup_read_write_cmnd() 1391 protect | fua, dld); in sd_setup_read_write_cmnd() 1395 protect | fua); in sd_setup_read_write_cmnd() [all …]
|
| /drivers/iommu/amd/ |
| A D | Kconfig | 23 can isolate the DMA memory of different devices and protect the
|
| /drivers/ras/ |
| A D | Kconfig | 7 of RAS have a multitude of features that protect data integrity
|
| /drivers/net/ethernet/aquantia/atlantic/macsec/ |
| A D | macsec_struct.h | 262 u32 protect; member
|
| /drivers/mtd/ubi/ |
| A D | wl.c | 662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 802 protect = 1; 844 protect = 1; 950 if (protect)
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mld-mac80211.c | 787 bool protect = false; in iwl_mvm_mld_vif_cfg_changed_station() local 830 protect = true; in iwl_mvm_mld_vif_cfg_changed_station() 835 protect) { in iwl_mvm_mld_vif_cfg_changed_station()
|
| /drivers/gpu/drm/exynos/ |
| A D | exynos7_drm_decon.c | 118 unsigned int win, bool protect) in decon_shadow_protect_win() argument 126 if (protect) in decon_shadow_protect_win()
|
| A D | exynos5433_drm_decon.c | 383 static void decon_shadow_protect(struct decon_context *ctx, bool protect) in decon_shadow_protect() argument 386 protect ? ~0 : 0); in decon_shadow_protect()
|
| /drivers/misc/eeprom/ |
| A D | Kconfig | 25 has any software write-protect mechanism you may want to review the
|
| /drivers/w1/slaves/ |
| A D | Kconfig | 102 Say Y here to protect DS2433 data with a CRC16.
|