Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/tpm/
Dtpm-interface.c423 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
432 EXPORT_SYMBOL_GPL(tpm_pm_resume);
Dtpm_i2c_atmel.c203 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_atmel.c149 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm.h185 int tpm_pm_resume(struct device *dev);
Dtpm_nsc.c267 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_infineon.c605 return tpm_pm_resume(dev); in tpm_inf_resume()
Dtpm_i2c_infineon.c682 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_tis_i2c_cr50.c780 static SIMPLE_DEV_PM_OPS(cr50_i2c_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_i2c_nuvoton.c649 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_crb.c727 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
Dtpm_tis_core.c1167 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/Linux-v6.1/drivers/char/tpm/st33zp24/
Dst33zp24.c549 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()