sys/dev/i2c/ds3231.c
101
struct dsxrtc_softc *sc = handle->cookie;
sys/dev/i2c/ds3231.c
123
struct dsxrtc_softc *sc = handle->cookie;
sys/dev/i2c/ds3231.c
133
dsxrtc_reg_read(struct dsxrtc_softc *sc, int reg)
sys/dev/i2c/ds3231.c
154
dsxrtc_reg_write(struct dsxrtc_softc *sc, int reg, uint8_t val)
sys/dev/i2c/ds3231.c
171
dsxrtc_clock_read(struct dsxrtc_softc *sc, struct clock_ymdhms *dt)
sys/dev/i2c/ds3231.c
213
dsxrtc_clock_write(struct dsxrtc_softc *sc, struct clock_ymdhms *dt)
sys/dev/i2c/ds3231.c
54
sizeof(struct dsxrtc_softc), dsxrtc_match, dsxrtc_attach
sys/dev/i2c/ds3231.c
61
uint8_t dsxrtc_reg_read(struct dsxrtc_softc *, int);
sys/dev/i2c/ds3231.c
62
void dsxrtc_reg_write(struct dsxrtc_softc *, int, uint8_t);
sys/dev/i2c/ds3231.c
63
int dsxrtc_clock_read(struct dsxrtc_softc *, struct clock_ymdhms *);
sys/dev/i2c/ds3231.c
64
int dsxrtc_clock_write(struct dsxrtc_softc *, struct clock_ymdhms *);
sys/dev/i2c/ds3231.c
83
struct dsxrtc_softc *sc = (struct dsxrtc_softc *)self;