Home
last modified time | relevance | path

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

/Linux-v5.4/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()
300 if (!tpm_chip_start(chip)) { in tpm_class_shutdown()
483 if (!tpm_chip_start(chip)) { in tpm_del_char_device()
583 rc = tpm_chip_start(chip); in tpm_chip_register()
Dtpm-interface.c399 if (!tpm_chip_start(chip)) { in tpm_pm_suspend()
Dtpm.h408 int tpm_chip_start(struct tpm_chip *chip);
Dtpm_tis_core.c915 rc = tpm_chip_start(chip); in tpm_tis_core_init()
983 tpm_chip_start(chip); in tpm_tis_core_init()
Dtpm2-space.c59 if (!tpm_chip_start(chip)) { in tpm2_del_space()