Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
DiTCO_vendor.h7 extern int iTCO_vendor_check_noreboot_on(void);
13 #define iTCO_vendor_check_noreboot_on() 1 macro
DiTCO_vendor_support.c346 int iTCO_vendor_check_noreboot_on(void) in iTCO_vendor_check_noreboot_on() function
355 EXPORT_SYMBOL(iTCO_vendor_check_noreboot_on);
DiTCO_wdt.c830 if (iTCO_wdt_unset_NO_REBOOT_bit() && iTCO_vendor_check_noreboot_on()) { in iTCO_wdt_init()