ug_softc
CFATTACH_DECL_NEW(ug_acpi, sizeof(struct ug_softc), ug_acpi_match,
struct ug_softc *sc = device_private(self);
ug_reset(struct ug_softc *sc)
ug_read(struct ug_softc *sc, unsigned short sensor)
ug_waitfor(struct ug_softc *sc, uint16_t offset, uint8_t value)
ug_setup_sensors(struct ug_softc *sc)
struct ug_softc *sc = sme->sme_cookie;
struct ug_softc *sc = device_private(dv);
struct ug_softc *sc = sme->sme_cookie;
ug2_read(struct ug_softc *sc, uint8_t bank, uint8_t offset, uint8_t count,
int ug_reset(struct ug_softc *);
uint8_t ug_read(struct ug_softc *, unsigned short);
int ug_waitfor(struct ug_softc *, uint16_t, uint8_t);
void ug_setup_sensors(struct ug_softc *);
int ug2_read(struct ug_softc *, uint8_t, uint8_t, uint8_t, uint8_t*);
struct ug_softc *sc = device_private(self);
struct ug_softc *sc = device_private(self);
CFATTACH_DECL_NEW(ug_isa, sizeof(struct ug_softc),