Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A DiTCO_wdt.c114 int (*update_no_reboot_bit)(void *p, bool set); member
267 p->update_no_reboot_bit = update_no_reboot_bit_pmc; in iTCO_wdt_no_reboot_bit_setup()
273 p->update_no_reboot_bit = update_no_reboot_bit_cnt; in iTCO_wdt_no_reboot_bit_setup()
275 p->update_no_reboot_bit = update_no_reboot_bit_mem; in iTCO_wdt_no_reboot_bit_setup()
277 p->update_no_reboot_bit = update_no_reboot_bit_pci; in iTCO_wdt_no_reboot_bit_setup()
279 p->update_no_reboot_bit = update_no_reboot_bit_def; in iTCO_wdt_no_reboot_bit_setup()
294 if (p->update_no_reboot_bit(p->no_reboot_priv, false)) { in iTCO_wdt_start()
335 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_stop()
535 if (p->update_no_reboot_bit(p->no_reboot_priv, false) && in iTCO_wdt_probe()
598 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_probe()