Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/
Dtpm_tis_core.c30 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value);
839 tpm_tis_clkrun_enable(chip, true); in tpm_tis_remove()
847 tpm_tis_clkrun_enable(chip, false); in tpm_tis_remove()
863 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value) in tpm_tis_clkrun_enable() function
919 .clk_enable = tpm_tis_clkrun_enable,