HomeSort by: relevance | last modified time | path
    Searched refs:attimer_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
attimervar.h 29 struct attimer_softc { struct
39 void attimer_attach(struct attimer_softc *);
attimer.c 53 attimer_attach(struct attimer_softc *sc)
64 struct attimer_softc *sc = device_private(self);
90 struct attimer_softc *sc;
108 struct attimer_softc *sc = device_private(dev);
120 struct attimer_softc *sc = device_private(dev);
  /src/sys/dev/acpi/
attimer_acpi.c 75 CFATTACH_DECL3_NEW(attimer_acpi, sizeof(struct attimer_softc),
105 struct attimer_softc *sc = device_private(self);
  /src/sys/dev/isa/
attimer_isa.c 80 CFATTACH_DECL_NEW(attimer_isa, sizeof(struct attimer_softc),
128 struct attimer_softc *sc = device_private(self);

Completed in 14 milliseconds