Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
DiTCO_vendor.h3 extern void iTCO_vendor_pre_start(struct resource *, unsigned int);
9 #define iTCO_vendor_pre_start(acpibase, heartbeat) {} macro
DiTCO_vendor_support.c294 void iTCO_vendor_pre_start(struct resource *smires, in iTCO_vendor_pre_start() function
309 EXPORT_SYMBOL(iTCO_vendor_pre_start);
DiTCO_wdt.c217 iTCO_vendor_pre_start(iTCO_wdt_private.smi_res, wd_dev->timeout); in iTCO_wdt_start()