update_no_reboot_bit 663 drivers/platform/x86/intel_pmc_ipc.c .update_no_reboot_bit = update_no_reboot_bit, update_no_reboot_bit 109 drivers/watchdog/iTCO_wdt.c int (*update_no_reboot_bit)(void *p, bool set); update_no_reboot_bit 239 drivers/watchdog/iTCO_wdt.c if (pdata->update_no_reboot_bit) { update_no_reboot_bit 240 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit = pdata->update_no_reboot_bit; update_no_reboot_bit 246 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit = update_no_reboot_bit_cnt; update_no_reboot_bit 248 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit = update_no_reboot_bit_mem; update_no_reboot_bit 250 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit = update_no_reboot_bit_pci; update_no_reboot_bit 252 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit = update_no_reboot_bit_def; update_no_reboot_bit 267 drivers/watchdog/iTCO_wdt.c if (p->update_no_reboot_bit(p->no_reboot_priv, false)) { update_no_reboot_bit 308 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit(p->no_reboot_priv, true); update_no_reboot_bit 488 drivers/watchdog/iTCO_wdt.c !pdata->update_no_reboot_bit) { update_no_reboot_bit 498 drivers/watchdog/iTCO_wdt.c if (p->update_no_reboot_bit(p->no_reboot_priv, false) && update_no_reboot_bit 505 drivers/watchdog/iTCO_wdt.c p->update_no_reboot_bit(p->no_reboot_priv, true); update_no_reboot_bit 21 include/linux/platform_data/itco_wdt.h int (*update_no_reboot_bit)(void *priv, bool set);