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()6594 if (mlxplat_reboot_nb) { in mlxplat_probe()6595 err = register_reboot_notifier(mlxplat_reboot_nb); in mlxplat_probe()6619 if (mlxplat_reboot_nb) in mlxplat_remove()6620 unregister_reboot_notifier(mlxplat_reboot_nb); in mlxplat_remove()