Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dglxpcib.c236 int glxpcib_wdogctl_cb(void *, int);
312 wdog_register(glxpcib_wdogctl_cb, sc); in glxpcib_attach()
439 glxpcib_wdogctl_cb(sc, 0); in glxpcib_activate()
451 glxpcib_wdogctl_cb(sc, sc->sc_wdog_period); in glxpcib_activate()
479 glxpcib_wdogctl_cb(void *v, int period) in glxpcib_wdogctl_cb() function