Searched refs:EXPORT_SIMPLE_DEV_PM_OPS (Results 1 – 3 of 3) sorted by relevance
415 EXPORT_SIMPLE_DEV_PM_OPS(adt7x10_dev_pm_ops, adt7x10_suspend, adt7x10_resume);
1160 EXPORT_SIMPLE_DEV_PM_OPS(ltc2947_pm_ops, ltc2947_suspend, ltc2947_resume);
402 #define EXPORT_SIMPLE_DEV_PM_OPS(name, suspend_fn, resume_fn) \ macro