HomeSort by: relevance | last modified time | path
    Searched defs:pcfrtc_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
pcf8583.c 65 struct pcfrtc_softc { struct
76 CFATTACH_DECL_NEW(pcfrtc, sizeof(struct pcfrtc_softc),
99 static int pcfrtc_clock_read(struct pcfrtc_softc *, struct clock_ymdhms *,
101 static int pcfrtc_clock_write(struct pcfrtc_softc *, struct clock_ymdhms *,
120 struct pcfrtc_softc *sc = device_private(self);
174 struct pcfrtc_softc *sc;
192 struct pcfrtc_softc *sc;
205 struct pcfrtc_softc *sc;
244 struct pcfrtc_softc *sc;
280 struct pcfrtc_softc *sc = device_private(ch->todr_dev)
    [all...]

Completed in 12 milliseconds