Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
DiTCO_wdt.c109 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()
[all …]
/Linux-v5.4/include/linux/platform_data/
Ditco_wdt.h21 int (*update_no_reboot_bit)(void *priv, bool set); member
/Linux-v5.4/drivers/platform/x86/
Dintel_pmc_ipc.c344 static int update_no_reboot_bit(void *priv, bool set) in update_no_reboot_bit() function
663 .update_no_reboot_bit = update_no_reboot_bit,