Searched refs:tpm_atmel (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
H A DMakefile20 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
H A Dtpm_atmel.c23 #include "tpm_atmel.h"
124 static const struct tpm_class_ops tpm_atmel = { variable in typeref:struct:tpm_class_ops
154 .name = "tpm_atmel",
180 pdev = platform_device_register_simple("tpm_atmel", -1, NULL, 0); init_atmel()
186 chip = tpmm_chip_alloc(&pdev->dev, &tpm_atmel); init_atmel()

Completed in 217 milliseconds