mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
Several drivers can benefit from registering per-instance data along with the syscore operations. To achieve this, move the modifiable fields out of the syscore_ops structure and into a separate struct syscore that can be registered with the framework. Add a void * driver data field for drivers to store contextual data that will be passed to the syscore ops. Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
|---|---|---|
| .. | ||
| cache.c | ||
| debugfs.c | ||
| dmar.c | ||
| iommu.c | ||
| iommu.h | ||
| irq_remapping.c | ||
| Kconfig | ||
| Makefile | ||
| nested.c | ||
| pasid.c | ||
| pasid.h | ||
| perf.c | ||
| perf.h | ||
| perfmon.c | ||
| perfmon.h | ||
| prq.c | ||
| svm.c | ||
| trace.c | ||
| trace.h | ||