Home
last modified time | relevance | path

Searched refs:tpm (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-imx-tpm.c92 struct imx_tpm_pwm_chip *tpm = to_imx_tpm_pwm_chip(chip); in pwm_imx_tpm_round_state() local
96 rate = clk_get_rate(tpm->clk); in pwm_imx_tpm_round_state()
139 struct imx_tpm_pwm_chip *tpm = to_imx_tpm_pwm_chip(chip); in pwm_imx_tpm_get_state() local
144 state->period = tpm->real_period; in pwm_imx_tpm_get_state()
147 rate = clk_get_rate(tpm->clk); in pwm_imx_tpm_get_state()
148 val = readl(tpm->base + PWM_IMX_TPM_SC); in pwm_imx_tpm_get_state()
150 tmp = readl(tpm->base + PWM_IMX_TPM_CnV(pwm->hwpwm)); in pwm_imx_tpm_get_state()
155 val = readl(tpm->base + PWM_IMX_TPM_CnSC(pwm->hwpwm)); in pwm_imx_tpm_get_state()
175 struct imx_tpm_pwm_chip *tpm = to_imx_tpm_pwm_chip(chip); in pwm_imx_tpm_apply_hw() local
182 if (state->period != tpm->real_period) { in pwm_imx_tpm_apply_hw()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A DMakefile5 obj-$(CONFIG_TCG_TPM) += tpm.o
6 tpm-y := tpm-chip.o
7 tpm-y += tpm-dev-common.o
8 tpm-y += tpm-dev.o
9 tpm-y += tpm-interface.o
10 tpm-y += tpm1-cmd.o
11 tpm-y += tpm2-cmd.o
12 tpm-y += tpmrm-dev.o
13 tpm-y += tpm2-space.o
14 tpm-y += tpm-sysfs.o
[all …]
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A DKconfig21 The usual tpm operations and the 'tpm' command can be used to talk
30 The usual tpm operations and the 'tpm' command can be used to talk
54 The usual tpm operations and the 'tpm' command can be used to talk
65 available using the 'tpm' command, too.
72 The usual tpm operations and the 'tpm' command can be used to talk
81 The usual tpm operations and the 'tpm' command can be used to talk
90 The functionality is available via the 'tpm' command as well.
98 The functionality is available via the 'tpm' command as well.
105 The functionality is available via the 'tpm' command as well.
H A Dtpm_tis_sandbox.c144 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_xfer() local
196 memcpy(&tpm->nvdata[seq], sendbuf + 22, length); in sandbox_tpm_xfer()
226 sizeof(uint32_t), &tpm->nvdata[seq], length); in sandbox_tpm_xfer()
257 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_probe() local
259 memcpy(tpm, &g_state, sizeof(*tpm)); in sandbox_tpm_probe()
H A D.built-in.o.cmd
H A DMakefile6 obj-$(CONFIG_TPM) += tpm-uclass.o
/OK3568_Linux_fs/buildroot/package/tpm-tools/
H A Dtpm-tools.hash1 # http://sourceforge.net/projects/trousers/files/tpm-tools/1.3.9.1/
2 sha1 c35cb031c6b5220dd1c8a03995654fdd12aa3031 tpm-tools-1.3.9.1.tar.gz
3 md5 1532293aa632a0eaa7e60df87c779855 tpm-tools-1.3.9.1.tar.gz
6 sha256 9cb714e2650826e2e932f65bc0ba9d61b927dc5fea47f2c2a2b64f0fdfcbfa68 tpm-tools-1.3.9.1.tar.gz
H A DConfig.in2 bool "tpm-tools"
13 comment "tpm-tools needs a toolchain w/ threads, dynamic library"
H A Dtpm-tools.mk8 TPM_TOOLS_SITE = http://downloads.sourceforge.net/project/trousers/tpm-tools/$(TPM_TOOLS_VERSION)
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py170 self.client.tpm.write(cmd)
171 hdr = self.client.tpm.read(10)
173 rsp = self.client.tpm.read()
187 self.client.tpm.write(cmd)
189 rsp1 = self.client.tpm.read(15)
192 self.client.tpm.write(cmd)
195 rsp2 = self.client.tpm.read()
210 self.client.tpm.write(cmd)
213 self.client.tpm.write(cmd)
214 rsp = self.client.tpm.read()
[all …]
H A Dtpm2.py363 self.tpm = open('/dev/tpm0', 'r+b', buffering=0)
365 self.tpm = open('/dev/tpmrm0', 'r+b', buffering=0)
368 flags = fcntl.fcntl(self.tpm, fcntl.F_GETFL)
370 fcntl.fcntl(self.tpm, fcntl.F_SETFL, flags)
374 if self.tpm:
375 self.tpm.close()
378 self.tpm.close()
381 self.tpm.write(cmd)
384 self.tpm_poll.register(self.tpm, select.POLLIN)
387 rsp = self.tpm.read()
[all …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A DMakefile84 tpm.asn1.o \
87 $(obj)/tpm_parser.o: $(obj)/tpm.asn1.h
88 $(obj)/tpm.asn1.o: $(obj)/tpm.asn1.c $(obj)/tpm.asn1.h
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ppi1 What: /sys/class/tpm/tpmX/ppi/
18 What: /sys/class/tpm/tpmX/ppi/version
26 What: /sys/class/tpm/tpmX/ppi/request
36 What: /sys/class/tpm/tpmX/ppi/response
45 What: /sys/class/tpm/tpmX/ppi/transition_action
55 What: /sys/class/tpm/tpmX/ppi/tcg_operations
66 What: /sys/class/tpm/tpmX/ppi/vs_operations
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-tpm1 What: /sys/class/tpm/tpmX/device/
9 What: /sys/class/tpm/tpmX/device/active
21 What: /sys/class/tpm/tpmX/device/cancel
29 What: /sys/class/tpm/tpmX/device/caps
46 What: /sys/class/tpm/tpmX/device/durations
69 What: /sys/class/tpm/tpmX/device/enabled
78 What: /sys/class/tpm/tpmX/device/owned
86 What: /sys/class/tpm/tpmX/device/pcrs
109 What: /sys/class/tpm/tpmX/device/pubek
161 What: /sys/class/tpm/tpmX/device/temp_deactivated
[all …]
/OK3568_Linux_fs/buildroot/package/tpm2-abrmd/
H A DS80tpm2-abrmd13 ls -1 /dev/tpm[0-9]* > /dev/null 2>&1 || {
17 chown tss:tss /dev/tpm[0-9]* && chmod 600 /dev/tpm*
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/security/tpm/
H A Dtpm-i2c.txt6 - label : human readable string describing the device, eg. "tpm"
20 tpm@57 {
22 label = "tpm";
H A Dtpm_tis_mmio.txt13 "tcg,tpm-tis-mmio". Valid chip strings are:
21 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
H A Dgoogle,cr50.txt14 tpm@0 {
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/
H A Dgnutls_3.7.4.bb40 PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
/OK3568_Linux_fs/buildroot/board/chromebook/snow/
H A Dlinux-4.15-dts-tpm.patch1 Some versions of u-boot for this Chromebook check for tpm node
20 + tpm {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-acpi-tpm-Add-missing-device-identification-objects.patch4 Subject: [PATCH] acpi: tpm: Add missing device identification objects
66 if (TPM_IS_CRB(tpm)) {
79 tpm_build_ppi_acpi(tpm, dev);
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam335x-moxa-uc-8100-me-t.dts74 tpm: tpm@20 { label
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.6.bb54 # tpm needs meta-tpm layer
55 PACKAGECONFIG[tpm2] = "--enable-tpm,--disable-tpm,,${PN}-plugin-tpm"
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dindex.rst17 tpm/index
/OK3568_Linux_fs/buildroot/configs/
H A Dchromebook_snow_defconfig11 BR2_LINUX_KERNEL_PATCH="board/chromebook/snow/linux-4.15-dts-tpm.patch"

12345