Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm_i2c_atmel.c217 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_infineon.c609 return tpm_pm_resume(dev); in tpm_inf_resume()
Dtpm.h546 int tpm_pm_resume(struct device *dev);
Dtpm-interface.c1270 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
1279 EXPORT_SYMBOL_GPL(tpm_pm_resume);
Dtpm_i2c_infineon.c688 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_i2c_nuvoton.c664 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_crb.c742 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
Dtpm_tis_core.c1038 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/linux-4.19.296/drivers/char/tpm/st33zp24/
Dst33zp24.c650 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()