Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm-interface.c470 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
487 EXPORT_SYMBOL_GPL(tpm_pm_resume);
H A Dtpm_i2c_atmel.c215 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_atmel.c208 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_nsc.c268 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_infineon.c612 return tpm_pm_resume(dev); in tpm_inf_resume()
H A Dtpm_i2c_nuvoton.c643 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
H A Dtpm_crb.c912 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
H A Dtpm_tis_core.c1371 ret = tpm_pm_resume(dev); in tpm_tis_resume()