Searched refs:tpm_pm_resume (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/char/tpm/ |
A D | tpm-interface.c | 422 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function 431 EXPORT_SYMBOL_GPL(tpm_pm_resume);
|
A D | tpm_i2c_atmel.c | 204 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm_atmel.c | 149 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm.h | 184 int tpm_pm_resume(struct device *dev);
|
A D | tpm_nsc.c | 267 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm_infineon.c | 605 return tpm_pm_resume(dev); in tpm_inf_resume()
|
A D | tpm_tis_i2c_cr50.c | 767 static SIMPLE_DEV_PM_OPS(cr50_i2c_pm, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm_i2c_infineon.c | 682 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm_i2c_nuvoton.c | 650 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
A D | tpm_crb.c | 727 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
|
A D | tpm_tis_core.c | 1145 ret = tpm_pm_resume(dev); in tpm_tis_resume()
|
/linux/drivers/char/tpm/st33zp24/ |
A D | st33zp24.c | 638 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()
|
/linux/ |
A D | vmlinux.symvers | 174 0x00000000 tpm_pm_resume vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 30058 ffff8000107cc2d0 T tpm_pm_resume
|
A D | .tmp_System.map | 30058 ffff8000107cc2d0 T tpm_pm_resume
|
Completed in 697 milliseconds