tpm_tis_resume
static SIMPLE_DEV_PM_OPS(tpm_tis_pm, tpm_pm_suspend, tpm_tis_resume);
EXPORT_SYMBOL_GPL(tpm_tis_resume);
int tpm_tis_resume(struct device *dev);
static SIMPLE_DEV_PM_OPS(tpm_tis_pm, tpm_pm_suspend, tpm_tis_resume);
return tpm_tis_resume(dev);
static SIMPLE_DEV_PM_OPS(tpm_tis_synquacer_pm, tpm_pm_suspend, tpm_tis_resume);