Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
DiTCO_vendor.h5 extern void iTCO_vendor_pre_keepalive(struct resource *, unsigned int);
11 #define iTCO_vendor_pre_keepalive(acpibase, heartbeat) {} macro
DiTCO_vendor_support.c327 void iTCO_vendor_pre_keepalive(struct resource *smires, unsigned int heartbeat) in iTCO_vendor_pre_keepalive() function
332 EXPORT_SYMBOL(iTCO_vendor_pre_keepalive);
DiTCO_wdt.c273 iTCO_vendor_pre_keepalive(iTCO_wdt_private.smi_res, wd_dev->timeout); in iTCO_wdt_ping()