Searched refs:tpm_pm_resume (Results 1 - 23 of 23) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-interface.c | 423 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function 432 EXPORT_SYMBOL_GPL(tpm_pm_resume); variable
|
H A D | tpm_i2c_atmel.c | 204 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_atmel.c | 149 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm.h | 184 int tpm_pm_resume(struct device *dev);
|
H A D | tpm_infineon.c | 605 return tpm_pm_resume(dev); in tpm_inf_resume()
|
H A D | tpm_i2c_nuvoton.c | 650 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_nsc.c | 267 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_i2c_infineon.c | 682 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_crb.c | 738 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
|
H A D | tpm_tis_core.c | 1201 ret = tpm_pm_resume(dev); in tpm_tis_resume()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-interface.c | 427 int tpm_pm_resume(struct device *dev) in tpm_pm_resume() function 444 EXPORT_SYMBOL_GPL(tpm_pm_resume); variable
|
H A D | tpm_i2c_atmel.c | 202 static SIMPLE_DEV_PM_OPS(i2c_atmel_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_atmel.c | 149 static SIMPLE_DEV_PM_OPS(tpm_atml_pm, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm.h | 258 int tpm_pm_resume(struct device *dev);
|
H A D | tpm_tis_i2c_cr50.c | 779 static SIMPLE_DEV_PM_OPS(cr50_i2c_pm, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_i2c_infineon.c | 682 static SIMPLE_DEV_PM_OPS(tpm_tis_i2c_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_i2c_nuvoton.c | 649 static SIMPLE_DEV_PM_OPS(i2c_nuvoton_pm_ops, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_infineon.c | 605 return tpm_pm_resume(dev); in tpm_inf_resume()
|
H A D | tpm_nsc.c | 267 static SIMPLE_DEV_PM_OPS(tpm_nsc_pm, tpm_pm_suspend, tpm_pm_resume);
|
H A D | tpm_crb.c | 833 SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume)
|
H A D | tpm_tis_core.c | 1354 ret = tpm_pm_resume(dev); in tpm_tis_resume()
|
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 638 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()
|
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 576 ret = tpm_pm_resume(dev); in st33zp24_pm_resume()
|
Completed in 21 milliseconds