andl_softc
struct andl_softc *sc = (struct andl_softc *)self;
struct andl_softc *sc = arg;
andl_refresh_temps(struct andl_softc *sc, struct ksensor *s)
andl_refresh_volts(struct andl_softc *sc, struct ksensor *s)
andl_refresh_tachs(struct andl_softc *sc, struct ksensor *s)
andl_readreg(struct andl_softc *sc, uint8_t reg)
andl_writereg(struct andl_softc *sc, uint8_t reg, uint8_t data)
int andl_refresh_temps(struct andl_softc *, struct ksensor *);
int andl_refresh_volts(struct andl_softc *, struct ksensor *);
int andl_refresh_tachs(struct andl_softc *, struct ksensor *);
uint8_t andl_readreg(struct andl_softc *, uint8_t);
void andl_writereg(struct andl_softc *, uint8_t, uint8_t);
sizeof(struct andl_softc), andl_match, andl_attach