Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm_i2c_atmel.c212 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_atmel.c150 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_crb.c93 static SIMPLE_DEV_PM_OPS(crb_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_nsc.c255 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm.h511 extern int tpm_pm_resume(struct device *);
Dtpm-interface.c978 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
987 EXPORT_SYMBOL_GPL(tpm_pm_resume);
Dtpm_infineon.c609 return tpm_pm_resume(dev); in tpm_inf_resume()
Dtpm_i2c_infineon.c670 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_i2c_nuvoton.c636 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_tis.c918 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/linux-4.4.14/drivers/char/tpm/st33zp24/
Dst33zp24.c686 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()