Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
DiTCO_wdt.c112 int (*update_no_reboot_bit)(void *p, bool set); member
225 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 …]
/Linux-v4.19/include/linux/platform_data/
Ditco_wdt.h21 int (*update_no_reboot_bit)(void *priv, bool set); member
/Linux-v4.19/drivers/platform/x86/
Dintel_pmc_ipc.c348 static int update_no_reboot_bit(void *priv, bool set) in update_no_reboot_bit() function
667 .update_no_reboot_bit = update_no_reboot_bit,