ricohrtc_softc     86 dev/i2c/rs5c372.c struct ricohrtc_softc {
ricohrtc_softc     97 dev/i2c/rs5c372.c 	sizeof(struct ricohrtc_softc), ricohrtc_match, ricohrtc_attach
ricohrtc_softc    104 dev/i2c/rs5c372.c void ricohrtc_reg_write(struct ricohrtc_softc *, int, uint8_t);
ricohrtc_softc    105 dev/i2c/rs5c372.c int ricohrtc_clock_read(struct ricohrtc_softc *, struct clock_ymdhms *);
ricohrtc_softc    106 dev/i2c/rs5c372.c int ricohrtc_clock_write(struct ricohrtc_softc *, struct clock_ymdhms *);
ricohrtc_softc    175 dev/i2c/rs5c372.c 	struct ricohrtc_softc *sc = (struct ricohrtc_softc *)self;
ricohrtc_softc    207 dev/i2c/rs5c372.c 	struct ricohrtc_softc *sc = ch->cookie;
ricohrtc_softc    222 dev/i2c/rs5c372.c 	struct ricohrtc_softc *sc = ch->cookie;
ricohrtc_softc    247 dev/i2c/rs5c372.c ricohrtc_reg_write(struct ricohrtc_softc *sc, int reg, uint8_t val)
ricohrtc_softc    265 dev/i2c/rs5c372.c ricohrtc_clock_read(struct ricohrtc_softc *sc, struct clock_ymdhms *dt)
ricohrtc_softc    294 dev/i2c/rs5c372.c ricohrtc_clock_write(struct ricohrtc_softc *sc, struct clock_ymdhms *dt)