Searched refs:tpm_tis_clkrun_enable (Results 1 - 1 of 1) sorted by last modified time

/linux-master/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);
1025 tpm_tis_clkrun_enable(chip, false);
1033 * tpm_tis_clkrun_enable() - Keep clkrun protocol disabled for entire duration
1041 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value) function
1094 .clk_enable = tpm_tis_clkrun_enable,

Completed in 156 milliseconds