Searched refs:tpm_tis_clkrun_enable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_tis_core.c | 30 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value); 877 tpm_tis_clkrun_enable(chip, true); in tpm_tis_remove() 885 tpm_tis_clkrun_enable(chip, false); in tpm_tis_remove() 893 * tpm_tis_clkrun_enable() - Keep clkrun protocol disabled for entire duration 901 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value) in tpm_tis_clkrun_enable() function 957 .clk_enable = tpm_tis_clkrun_enable,
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_tis_core.c | 33 static void tpm_tis_clkrun_enable(struct tpm_chip *chip, bool value); 1016 tpm_tis_clkrun_enable(chip, true); in tpm_tis_remove() 1025 tpm_tis_clkrun_enable(chip, false); in tpm_tis_remove() 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) in tpm_tis_clkrun_enable() function 1097 .clk_enable = tpm_tis_clkrun_enable,
|
Completed in 4 milliseconds