Home
last modified time | relevance | path

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

/drivers/watchdog/
DiTCO_vendor.h4 extern void iTCO_vendor_pre_start(struct resource *, unsigned int);
8 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} macro
DiTCO_vendor_support.c152 void iTCO_vendor_pre_start(struct resource *smires, in iTCO_vendor_pre_start() function
164 EXPORT_SYMBOL(iTCO_vendor_pre_start);
DiTCO_wdt.c264 iTCO_vendor_pre_start(p->smi_res, wd_dev->timeout); in iTCO_wdt_start()