Searched refs:update_no_reboot_bit (Results 1 – 3 of 3) sorted by relevance
109 int (*update_no_reboot_bit)(void *p, bool set); member239 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()[all …]
21 int (*update_no_reboot_bit)(void *priv, bool set); member
344 static int update_no_reboot_bit(void *priv, bool set) in update_no_reboot_bit() function663 .update_no_reboot_bit = update_no_reboot_bit,