sys/dev/i2c/abx80x.c
106
struct abcrtc_softc *sc = (struct abcrtc_softc *)self;
sys/dev/i2c/abx80x.c
139
struct abcrtc_softc *sc = handle->cookie;
sys/dev/i2c/abx80x.c
161
struct abcrtc_softc *sc = handle->cookie;
sys/dev/i2c/abx80x.c
170
abcrtc_reg_read(struct abcrtc_softc *sc, int reg)
sys/dev/i2c/abx80x.c
191
abcrtc_reg_write(struct abcrtc_softc *sc, int reg, uint8_t data)
sys/dev/i2c/abx80x.c
212
abcrtc_clock_read(struct abcrtc_softc *sc, struct clock_ymdhms *dt)
sys/dev/i2c/abx80x.c
248
abcrtc_clock_write(struct abcrtc_softc *sc, struct clock_ymdhms *dt)
sys/dev/i2c/abx80x.c
288
abcrtc_trickle_charger(struct abcrtc_softc *sc, int node)
sys/dev/i2c/abx80x.c
74
sizeof(struct abcrtc_softc), abcrtc_match, abcrtc_attach
sys/dev/i2c/abx80x.c
81
uint8_t abcrtc_reg_read(struct abcrtc_softc *, int);
sys/dev/i2c/abx80x.c
82
void abcrtc_reg_write(struct abcrtc_softc *, int, uint8_t);
sys/dev/i2c/abx80x.c
83
int abcrtc_clock_read(struct abcrtc_softc *, struct clock_ymdhms *);
sys/dev/i2c/abx80x.c
84
int abcrtc_clock_write(struct abcrtc_softc *, struct clock_ymdhms *);
sys/dev/i2c/abx80x.c
89
void abcrtc_trickle_charger(struct abcrtc_softc *, int);