Files
linux/arch/x86/kernel
Thierry Reding a97fbc3ee3 syscore: Pass context data to callbacks
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>
2025-11-14 10:01:52 +01:00
..
2025-02-14 10:32:05 +01:00
2025-08-04 23:34:03 +02:00
2025-02-14 10:32:05 +01:00
2025-11-14 10:01:52 +01:00
2024-08-07 18:13:28 +02:00
2025-04-01 22:26:32 +02:00
2024-04-03 08:24:48 -07:00
2025-09-04 21:59:09 +02:00