Searched refs:restart_nb (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/reset/ |
A D | reset-ath79.c | 18 struct notifier_block restart_nb; member 79 container_of(nb, struct ath79_reset, restart_nb); in ath79_reset_restart_handler() 115 ath79_reset->restart_nb.notifier_call = ath79_reset_restart_handler; in ath79_reset_probe() 116 ath79_reset->restart_nb.priority = 128; in ath79_reset_probe() 118 err = register_restart_handler(&ath79_reset->restart_nb); in ath79_reset_probe()
|
A D | reset-lpc18xx.c | 34 struct notifier_block restart_nb; member 48 restart_nb); in lpc18xx_rgu_restart() 201 rc->restart_nb.priority = 192, in lpc18xx_rgu_probe() 202 rc->restart_nb.notifier_call = lpc18xx_rgu_restart, in lpc18xx_rgu_probe() 203 ret = register_restart_handler(&rc->restart_nb); in lpc18xx_rgu_probe()
|
A D | reset-intel-gw.c | 31 struct notifier_block restart_nb; member 162 reset_data = container_of(nb, struct intel_reset_data, restart_nb); in intel_reset_restart_handler() 219 data->restart_nb.notifier_call = intel_reset_restart_handler; in intel_reset_probe() 220 data->restart_nb.priority = 128; in intel_reset_probe() 221 register_restart_handler(&data->restart_nb); in intel_reset_probe()
|
A D | reset-npcm.c | 57 struct notifier_block restart_nb; member 69 restart_nb); in npcm_rc_restart() 272 rc->restart_nb.priority = 192, in npcm_rc_probe() 273 rc->restart_nb.notifier_call = npcm_rc_restart, in npcm_rc_probe() 274 ret = register_restart_handler(&rc->restart_nb); in npcm_rc_probe()
|
/linux/drivers/power/reset/ |
A D | atc260x-poweroff.c | 19 struct notifier_block restart_nb; member 179 restart_nb); in atc260x_pwrc_restart_handler() 197 priv->restart_nb.notifier_call = atc260x_pwrc_restart_handler; in atc260x_pwrc_probe() 198 priv->restart_nb.priority = 192; in atc260x_pwrc_probe() 228 ret = register_restart_handler(&priv->restart_nb); in atc260x_pwrc_probe() 245 unregister_restart_handler(&priv->restart_nb); in atc260x_pwrc_remove()
|
A D | msm-poweroff.c | 26 static struct notifier_block restart_nb = { variable 33 deassert_pshold(&restart_nb, 0, NULL); in do_msm_poweroff() 46 register_restart_handler(&restart_nb); in msm_restart_probe()
|
/linux/drivers/watchdog/ |
A D | watchdog_core.c | 178 restart_nb); in watchdog_restart_notifier() 232 wdd->restart_nb.priority = priority; in watchdog_set_restart_priority() 315 wdd->restart_nb.notifier_call = watchdog_restart_notifier; in __watchdog_register_device() 317 ret = register_restart_handler(&wdd->restart_nb); in __watchdog_register_device() 375 unregister_restart_handler(&wdd->restart_nb); in __watchdog_unregister_device()
|
/linux/drivers/pinctrl/qcom/ |
A D | pinctrl-msm.c | 64 struct notifier_block restart_nb; member 1341 struct msm_pinctrl *pctrl = container_of(nb, struct msm_pinctrl, restart_nb); in msm_ps_hold_restart() 1352 msm_ps_hold_restart(&poweroff_pctrl->restart_nb, 0, NULL); in msm_ps_hold_poweroff() 1362 pctrl->restart_nb.notifier_call = msm_ps_hold_restart; in msm_pinctrl_setup_pm_reset() 1363 pctrl->restart_nb.priority = 128; in msm_pinctrl_setup_pm_reset() 1364 if (register_restart_handler(&pctrl->restart_nb)) in msm_pinctrl_setup_pm_reset() 1468 unregister_restart_handler(&pctrl->restart_nb); in msm_pinctrl_remove()
|
/linux/include/linux/ |
A D | watchdog.h | 109 struct notifier_block restart_nb; member
|
/linux/Documentation/watchdog/ |
A D | watchdog-kernel-api.rst | 62 struct notifier_block restart_nb; 104 * restart_nb: notifier block that is registered for machine restart, for
|
/linux/ |
A D | System.map | 157581 ffff80001208b3c8 d restart_nb
|
A D | .tmp_System.map | 157581 ffff80001208b3c8 d restart_nb
|
Completed in 364 milliseconds