Searched refs:update_no_reboot_bit (Results 1 – 3 of 3) sorted by relevance
112 int (*update_no_reboot_bit)(void *p, bool set); member225 if (pdata->update_no_reboot_bit) { in iTCO_wdt_no_reboot_bit_setup()226 p->update_no_reboot_bit = pdata->update_no_reboot_bit; in iTCO_wdt_no_reboot_bit_setup()232 p->update_no_reboot_bit = update_no_reboot_bit_mem; in iTCO_wdt_no_reboot_bit_setup()234 p->update_no_reboot_bit = update_no_reboot_bit_pci; in iTCO_wdt_no_reboot_bit_setup()236 p->update_no_reboot_bit = update_no_reboot_bit_def; in iTCO_wdt_no_reboot_bit_setup()251 if (p->update_no_reboot_bit(p->no_reboot_priv, false)) { in iTCO_wdt_start()292 p->update_no_reboot_bit(p->no_reboot_priv, true); in iTCO_wdt_stop()463 if (p->iTCO_version >= 2 && !pdata->update_no_reboot_bit) { in iTCO_wdt_probe()473 if (p->update_no_reboot_bit(p->no_reboot_priv, false) && in iTCO_wdt_probe()[all …]
21 int (*update_no_reboot_bit)(void *priv, bool set); member
348 static int update_no_reboot_bit(void *priv, bool set) in update_no_reboot_bit() function667 .update_no_reboot_bit = update_no_reboot_bit,