wdt_softc 45 dev/pci/wdt.c struct wdt_softc { wdt_softc 60 dev/pci/wdt.c int wdt_is501(struct wdt_softc *); wdt_softc 61 dev/pci/wdt.c void wdt_8254_count(struct wdt_softc *, int, u_int16_t); wdt_softc 62 dev/pci/wdt.c void wdt_8254_mode(struct wdt_softc *, int, int); wdt_softc 64 dev/pci/wdt.c void wdt_init_timer(struct wdt_softc *); wdt_softc 65 dev/pci/wdt.c void wdt_buzzer_off(struct wdt_softc *); wdt_softc 66 dev/pci/wdt.c void wdt_timer_disable(struct wdt_softc *); wdt_softc 67 dev/pci/wdt.c void wdt_buzzer_enable(struct wdt_softc *); wdt_softc 70 dev/pci/wdt.c sizeof(struct wdt_softc), wdtprobe, wdtattach wdt_softc 114 dev/pci/wdt.c struct wdt_softc *wdt = (struct wdt_softc *)self; wdt_softc 171 dev/pci/wdt.c wdt_is501(struct wdt_softc *wdt) wdt_softc 193 dev/pci/wdt.c wdt_8254_count(struct wdt_softc *wdt, int counter, u_int16_t v) wdt_softc 206 dev/pci/wdt.c wdt_8254_mode(struct wdt_softc *wdt, int counter, int mode) wdt_softc 221 dev/pci/wdt.c struct wdt_softc *wdt = (struct wdt_softc *)self; wdt_softc 259 dev/pci/wdt.c wdt_timer_disable(struct wdt_softc *wdt) wdt_softc 272 dev/pci/wdt.c wdt_init_timer(struct wdt_softc *wdt) wdt_softc 289 dev/pci/wdt.c wdt_buzzer_off(struct wdt_softc *wdt) wdt_softc 301 dev/pci/wdt.c wdt_buzzer_enable(struct wdt_softc *wdt) wdt_softc 314 dev/pci/wdt.c wdt_buzzer_disable(struct wdt_softc *wdt)