Home
last modified time | relevance | path

Searched refs:platform_power_source_nb (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c443 static struct notifier_block platform_power_source_nb; variable
2120 platform_power_source_nb.notifier_call = omen_powersource_event; in omen_register_powersource_event_handler()
2121 err = register_acpi_notifier(&platform_power_source_nb); in omen_register_powersource_event_handler()
2135 platform_power_source_nb.notifier_call = victus_s_powersource_event; in victus_s_register_powersource_event_handler()
2136 err = register_acpi_notifier(&platform_power_source_nb); in victus_s_register_powersource_event_handler()
2147 unregister_acpi_notifier(&platform_power_source_nb); in omen_unregister_powersource_event_handler()
2152 unregister_acpi_notifier(&platform_power_source_nb); in victus_s_unregister_powersource_event_handler()