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.h79 int tpm_pm_resume(struct device *dev);
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);
/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c577 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()