Searched refs:mlxplat_reboot_nb (Results 1 – 1 of 1) sorted by relevance
457 static struct notifier_block *mlxplat_reboot_nb; variable5584 if (mlxplat_reboot_nb) in mlxplat_poweroff()5585 unregister_reboot_notifier(mlxplat_reboot_nb); in mlxplat_poweroff()5920 mlxplat_reboot_nb = &mlxplat_reboot_default_nb; in mlxplat_dmi_l1_switch_matched()6592 if (mlxplat_reboot_nb) { in mlxplat_probe()6593 err = register_reboot_notifier(mlxplat_reboot_nb); in mlxplat_probe()6617 if (mlxplat_reboot_nb) in mlxplat_remove()6618 unregister_reboot_notifier(mlxplat_reboot_nb); in mlxplat_remove()