Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
DiTCO_vendor.h3 extern void iTCO_vendor_pre_start(unsigned long, unsigned int);
9 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} macro
DiTCO_vendor_support.c299 void iTCO_vendor_pre_start(unsigned long acpibase, in iTCO_vendor_pre_start() function
314 EXPORT_SYMBOL(iTCO_vendor_pre_start);
DiTCO_wdt.c488 iTCO_vendor_pre_start(iTCO_wdt_private.ACPIBASE, heartbeat); in iTCO_wdt_start()