Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
DiTCO_vendor.h6 extern void iTCO_vendor_pre_keepalive(struct resource *, unsigned int);
12 #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.c307 iTCO_vendor_pre_keepalive(p->smi_res, wd_dev->timeout); in iTCO_wdt_ping()