Searched +full:sml +full:- +full:size (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/tpm/ |
H A D | tpm-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/tpm/tpm-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lukas Wunner <lukas@wunner.de> 14 pattern: '^tpm(@[0-9a-f]+)?$' 23 linux,sml-base: 28 linux,sml-size: 30 size of reserved memory allocated for firmware event log 33 memory-region: [all …]
|
H A D | microsoft,ftpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microsoft firmware-based Trusted Platform Module (fTPM) 10 - Thirupathaiah Annapureddy <thiruan@microsoft.com> 11 - Sasha Levin <sashal@kernel.org> 20 Microsoft's firmware-based TPM 2.0 (fTPM) leverages ARM TrustZone to overcome 24 https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/ 25 https://github.com/Microsoft/ms-tpm-20-ref/tree/main/Samples/ARM32-FirmwareTPM 32 - compatible [all …]
|
H A D | ibm,vtpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nayna Jain <nayna@linux.ibm.com> 23 - IBM,vtpm 24 - IBM,vtpm20 30 - IBM,vtpm 31 - IBM,vtpm20 36 ibm,#dma-address-cells: 39 dma-window properties [all …]
|
H A D | tcg,tpm-tis-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: I²C-attached Trusted Platform Module conforming to TCG TIS specification 10 - Lukas Wunner <lukas@wunner.de> 13 The Trusted Computing Group (TCG) has defined a multi-vendor standard 17 …tps://trustedcomputinggroup.org/resource/pc-client-work-group-pc-client-specific-tpm-interface-spe… 22 https://trustedcomputinggroup.org/resource/pc-client-platform-tpm-profile-ptp-specification/ 25 vendor-specific I²C interface. [all …]
|
/linux/drivers/char/tpm/eventlog/ |
H A D | of.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 31 node = of_parse_phandle(chip->dev.parent->of_node, "memory-region", 0); in tpm_read_log_memory_region() 33 return -ENODEV; in tpm_read_log_memory_region() 40 chip->log.bios_event_log = devm_memremap(&chip->dev, res.start, resource_size(&res), in tpm_read_log_memory_region() 42 if (IS_ERR(chip->log.bios_event_log)) in tpm_read_log_memory_region() 43 return -ENOMEM; in tpm_read_log_memory_region() 45 chip->log.bios_event_log_end = chip->log.bios_event_log + resource_size(&res); in tpm_read_log_memory_region() 47 return chip->flags & TPM_CHIP_FLAG_TPM2 ? EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 : in tpm_read_log_memory_region() 57 u32 size; in tpm_read_log_of() local [all …]
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-khamsin.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 #include <media/rc-map.h> 9 * SML-5442TW DVB-S/VOD box. The RCU has separate IR (TV) and 55 .size = ARRAY_SIZE(khamsin),
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 5 * Copyright (C) 2012-2014 LSI Corporation 6 * Copyright (C) 2013-2014 Avago Technologies 7 * (mailto: MPT-FusionLinux.pdl@avagotech.com) 22 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 41 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 93 static u8 scsi_io_cb_idx = -1; 94 static u8 tm_cb_idx = -1; 95 static u8 ctl_cb_idx = -1; 96 static u8 base_cb_idx = -1; 97 static u8 port_enable_cb_idx = -1; [all …]
|
/linux/drivers/scsi/ |
H A D | hpsa.c | 3 * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries 5 * Copyright 2014-2015 PMC-Sierra, Inc. 6 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 36 #include <linux/dma-mapping.h> 52 #include <linux/percpu-defs.h> 60 * HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' 61 * with an optional trailing '-' followed by a byte value (0-255). 63 #define HPSA_DRIVER_VERSION "3.4.20-200" 79 /* Embedded module documentation macros - see modules.h */ 80 MODULE_AUTHOR("Hewlett-Packard Company"); [all …]
|
/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * driver for Microchip PQI-based storage controllers 4 * Copyright (c) 2019-2023 Microchip Technology Inc. and its subsidiaries 5 * Copyright (c) 2016-2018 Microsemi Corporation 6 * Copyright (c) 2016 PMC-Sierra, Inc. 35 #define DRIVER_VERSION "2.1.30-031" 50 #define PQI_NO_COMPLETION ((void *)-1) 193 "RAID-0", 194 "RAID-4", 195 "RAID-1(1+0)", [all …]
|
/linux/drivers/message/fusion/ |
H A D | mptsas.c | 6 * Copyright (c) 1999-2008 LSI Corporation 7 * (mailto:DL-MPTFusionLinux@lsi.com) 9 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 23 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 42 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 44 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 89 /* scsi-mid layer global parameter is max_report_luns, which is 511 */ 141 "---- IO UNIT PAGE 0 ------------\n", ioc->name)); in mptsas_print_phy_data() 143 ioc->name, le16_to_cpu(phy_data->AttachedDeviceHandle))); in mptsas_print_phy_data() 145 ioc->name, le16_to_cpu(phy_data->ControllerDevHandle))); in mptsas_print_phy_data() [all …]
|