Searched refs:wdog_software_attach (Results 1 – 3 of 3) sorted by relevance
81 void (*wdog_software_attach)(void); variable171 if (error == EOPNOTSUPP && first && *wdog_software_attach != NULL) { in wdog_kern_pat()172 (*wdog_software_attach)(); in wdog_kern_pat()
120 extern void (*wdog_software_attach)(void);
443 if (wdog_software_attach == NULL) in initclocks()444 wdog_software_attach = watchdog_attach; in initclocks()