Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/tpm/
Dtpm-chip.c105 int tpm_chip_start(struct tpm_chip *chip) in tpm_chip_start() function
128 EXPORT_SYMBOL_GPL(tpm_chip_start);
168 rc = tpm_chip_start(chip); in tpm_try_get_ops()
296 if (!tpm_chip_start(chip)) { in tpm_class_shutdown()
463 if (!tpm_chip_start(chip)) { in tpm_del_char_device()
583 rc = tpm_chip_start(chip); in tpm_chip_bootstrap()
Dtpm.h268 int tpm_chip_start(struct tpm_chip *chip);
Dtpm_tis_core.c1222 rc = tpm_chip_start(chip); in tpm_tis_core_init()
1339 ret = tpm_chip_start(chip); in tpm_tis_resume()