Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm_i2c_atmel.c209 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_atmel.c154 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_nsc.c272 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm.h542 int tpm_pm_resume(struct device *dev);
Dtpm_infineon.c609 return tpm_pm_resume(dev); in tpm_inf_resume()
Dtpm-interface.c1259 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
1268 EXPORT_SYMBOL_GPL(tpm_pm_resume);
Dtpm_i2c_infineon.c687 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_i2c_nuvoton.c663 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_crb.c664 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
Dtpm_tis_core.c1055 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/Linux-v4.19/drivers/char/tpm/st33zp24/
Dst33zp24.c650 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()