Home
last modified time | relevance | path

Searched refs:tpm_chip_start (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/char/tpm/
Dtpm-chip.c100 int tpm_chip_start(struct tpm_chip *chip) in tpm_chip_start() function
123 EXPORT_SYMBOL_GPL(tpm_chip_start);
163 rc = tpm_chip_start(chip); in tpm_try_get_ops()
292 if (!tpm_chip_start(chip)) { in tpm_class_shutdown()
455 if (!tpm_chip_start(chip)) { in tpm_del_char_device()
561 rc = tpm_chip_start(chip); in tpm_chip_register()
Dtpm.h192 int tpm_chip_start(struct tpm_chip *chip);
Dtpm-interface.c404 if (!tpm_chip_start(chip)) { in tpm_pm_suspend()
Dtpm_tis_core.c1007 rc = tpm_chip_start(chip); in tpm_tis_core_init()