Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/tpm/
Dtpm_atmel.c150 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
Dtpm_i2c_atmel.c212 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
Dtpm_crb.c92 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.h406 extern int tpm_pm_resume(struct device *);
Dtpm-interface.c954 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function
963 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.c912 ret = tpm_pm_resume(dev); in tpm_tis_resume()
/linux-4.1.27/drivers/char/tpm/st33zp24/
Dst33zp24.c686 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()