Searched refs:platform_power_source_nb (Results 1 – 1 of 1) sorted by relevance
439 static struct notifier_block platform_power_source_nb; variable2116 platform_power_source_nb.notifier_call = omen_powersource_event; in omen_register_powersource_event_handler()2117 err = register_acpi_notifier(&platform_power_source_nb); in omen_register_powersource_event_handler()2131 platform_power_source_nb.notifier_call = victus_s_powersource_event; in victus_s_register_powersource_event_handler()2132 err = register_acpi_notifier(&platform_power_source_nb); in victus_s_register_powersource_event_handler()2143 unregister_acpi_notifier(&platform_power_source_nb); in omen_unregister_powersource_event_handler()2148 unregister_acpi_notifier(&platform_power_source_nb); in victus_s_unregister_powersource_event_handler()