Searched refs:tpm_pm_resume (Results 1 – 8 of 8) sorted by relevance
470 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function487 EXPORT_SYMBOL_GPL(tpm_pm_resume);
215 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
208 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
268 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
612 return tpm_pm_resume(dev); in tpm_inf_resume()
643 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
912 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
1371 ret = tpm_pm_resume(dev); in tpm_tis_resume()