Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/watchdog/
DiTCO_vendor.h6 extern void iTCO_vendor_pre_stop(struct resource *);
11 #define iTCO_vendor_pre_stop(acpibase) {} macro
DiTCO_vendor_support.c168 void iTCO_vendor_pre_stop(struct resource *smires) in iTCO_vendor_pre_stop() function
179 EXPORT_SYMBOL(iTCO_vendor_pre_stop);
DiTCO_wdt.c310 iTCO_vendor_pre_stop(p->smi_res); in iTCO_wdt_stop()