Searched refs:EXPORT_GPL_SIMPLE_DEV_PM_OPS (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/mfd/ |
A D | 88pm80x.c | 156 EXPORT_GPL_SIMPLE_DEV_PM_OPS(pm80x_pm_ops, pm80x_suspend, pm80x_resume);
|
A D | pcf50633-irq.c | 279 EXPORT_GPL_SIMPLE_DEV_PM_OPS(pcf50633_pm, pcf50633_suspend, pcf50633_resume);
|
A D | stmpe.c | 1518 EXPORT_GPL_SIMPLE_DEV_PM_OPS(stmpe_dev_pm_ops,
|
/linux-6.3-rc2/include/linux/ |
A D | pm.h | 410 #define EXPORT_GPL_SIMPLE_DEV_PM_OPS(name, suspend_fn, resume_fn) \ macro
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | tsc200x-core.c | 623 EXPORT_GPL_SIMPLE_DEV_PM_OPS(tsc200x_pm_ops, tsc200x_suspend, tsc200x_resume);
|
A D | cyttsp_core.c | 528 EXPORT_GPL_SIMPLE_DEV_PM_OPS(cyttsp_pm_ops, cyttsp_suspend, cyttsp_resume);
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | adxl34x.c | 915 EXPORT_GPL_SIMPLE_DEV_PM_OPS(adxl34x_pm, adxl34x_suspend, adxl34x_resume);
|
Completed in 15 milliseconds