Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_core.c33 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value);
1016 tpm_tis_clkrun_enable(chip, true); in tpm_tis_remove()
1026 tpm_tis_clkrun_enable(chip, false); in tpm_tis_remove()
1042 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value) in tpm_tis_clkrun_enable() function
1098 .clk_enable = tpm_tis_clkrun_enable,