Lines Matching refs:update_no_reboot_bit
109 int (*update_no_reboot_bit)(void *p, bool set); member
239 if (pdata->update_no_reboot_bit) { in iTCO_wdt_no_reboot_bit_setup()
240 p->update_no_reboot_bit = pdata->update_no_reboot_bit; in iTCO_wdt_no_reboot_bit_setup()
246 p->update_no_reboot_bit = update_no_reboot_bit_cnt; in iTCO_wdt_no_reboot_bit_setup()
248 p->update_no_reboot_bit = update_no_reboot_bit_mem; in iTCO_wdt_no_reboot_bit_setup()
250 p->update_no_reboot_bit = update_no_reboot_bit_pci; in iTCO_wdt_no_reboot_bit_setup()
252 p->update_no_reboot_bit = update_no_reboot_bit_def; in iTCO_wdt_no_reboot_bit_setup()
267 if (p->update_no_reboot_bit(p->no_reboot_priv, false)) { in iTCO_wdt_start()
308 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_stop()
476 !pdata->update_no_reboot_bit) { in iTCO_wdt_probe()
486 if (p->update_no_reboot_bit(p->no_reboot_priv, false) && in iTCO_wdt_probe()
493 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_probe()