Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-interface.c423 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
432 EXPORT_SYMBOL_GPL(tpm_pm_resume);
H A Dtpm_i2c_atmel.c204 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_atmel.c149 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm.h184 int tpm_pm_resume(struct device *dev);
H A Dtpm_nsc.c267 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_infineon.c605 return tpm_pm_resume(dev); in tpm_inf_resume()
H A Dtpm_i2c_infineon.c682 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_i2c_nuvoton.c650 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_crb.c727 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
H A Dtpm_tis_core.c1153 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/OK3568_Linux_fs/kernel/drivers/char/tpm/st33zp24/
H A Dst33zp24.c638 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()