Searched refs:reboot_work (Results 1 – 3 of 3) sorted by relevance
20 struct work_struct reboot_work; member36 schedule_work(&priv->reboot_work); in pwr_mlxbf_irq()67 err = devm_work_autocancel(dev, &priv->reboot_work, pwr_mlxbf_reboot_work); in pwr_mlxbf_probe()
91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()111 schedule_work(&reboot_work); in softdog_fire()
914 static DECLARE_WORK(reboot_work, reboot_work_func);924 schedule_work(&reboot_work); in orderly_reboot()
Completed in 8 milliseconds