Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A DiTCO_wdt.c110 int (*update_no_reboot_bit)(void *p, bool set); member
253 p->update_no_reboot_bit = update_no_reboot_bit_pmc; in iTCO_wdt_no_reboot_bit_setup()
259 p->update_no_reboot_bit = update_no_reboot_bit_cnt; in iTCO_wdt_no_reboot_bit_setup()
261 p->update_no_reboot_bit = update_no_reboot_bit_mem; in iTCO_wdt_no_reboot_bit_setup()
263 p->update_no_reboot_bit = update_no_reboot_bit_pci; in iTCO_wdt_no_reboot_bit_setup()
265 p->update_no_reboot_bit = update_no_reboot_bit_def; in iTCO_wdt_no_reboot_bit_setup()
280 if (p->update_no_reboot_bit(p->no_reboot_priv, false)) { in iTCO_wdt_start()
321 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_stop()
511 if (p->update_no_reboot_bit(p->no_reboot_priv, false) && in iTCO_wdt_probe()
518 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_probe()