Home
last modified time | relevance | path

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

/linux/drivers/platform/mellanox/
H A Dmlx-platform.c498 static struct notifier_block *mlxplat_reboot_nb; variable
7431 if (mlxplat_reboot_nb) in mlxplat_poweroff()
7432 unregister_reboot_notifier(mlxplat_reboot_nb); in mlxplat_poweroff()
7814 mlxplat_reboot_nb = &mlxplat_reboot_default_nb; in mlxplat_dmi_l1_switch_matched()
8589 if (mlxplat_reboot_nb) { in mlxplat_probe()
8590 err = register_reboot_notifier(mlxplat_reboot_nb); in mlxplat_probe()
8614 if (mlxplat_reboot_nb) in mlxplat_remove()
8615 unregister_reboot_notifier(mlxplat_reboot_nb); in mlxplat_remove()