Searched refs:tpm_atmel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_atmel.c | 18 #include "tpm_atmel.h" 125 static const struct tpm_class_ops tpm_atmel = { variable 153 .name = "tpm_atmel", 180 pdev = platform_device_register_simple("tpm_atmel", -1, NULL, 0); in init_atmel() 197 chip = tpmm_chip_alloc(&pdev->dev, &tpm_atmel); in init_atmel()
|
H A D | Makefile | 34 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_atmel.c | 18 #include "tpm_atmel.h" 125 static const struct tpm_class_ops tpm_atmel = { variable 153 .name = "tpm_atmel", 180 pdev = platform_device_register_simple("tpm_atmel", -1, NULL, 0); in init_atmel() 197 chip = tpmm_chip_alloc(&pdev->dev, &tpm_atmel); in init_atmel()
|
H A D | Makefile | 37 obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
|
Completed in 2 milliseconds