Home
last modified time | relevance | path

Searched refs:ug_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dugvar.h31 struct ug_softc { struct
57 int ug_reset(struct ug_softc *); argument
58 uint8_t ug_read(struct ug_softc *, unsigned short);
59 int ug_waitfor(struct ug_softc *, uint16_t, uint8_t);
60 void ug_setup_sensors(struct ug_softc *);
63 int ug2_read(struct ug_softc *, uint8_t, uint8_t, uint8_t, uint8_t*);
H A Dug.c322 ug_reset(struct ug_softc *sc) in ug_reset()
347 ug_read(struct ug_softc *sc, unsigned short sensor) in ug_read()
375 ug_waitfor(struct ug_softc *sc, uint16_t offset, uint8_t value) in ug_waitfor()
386 ug_setup_sensors(struct ug_softc *sc) in ug_setup_sensors()
440 struct ug_softc *sc = sme->sme_cookie; in ug_refresh()
484 struct ug_softc *sc = device_private(dv); in ug2_attach()
553 struct ug_softc *sc = sme->sme_cookie; in ug2_refresh()
638 ug2_read(struct ug_softc *sc, uint8_t bank, uint8_t offset, uint8_t count, in ug2_read()
/netbsd-src/sys/dev/isa/
H A Dug_isa.c63 CFATTACH_DECL_NEW(ug_isa, sizeof(struct ug_softc),
120 struct ug_softc *sc = device_private(self); in ug_isa_attach()
175 struct ug_softc *sc = device_private(self); in ug_isa_detach()
/netbsd-src/sys/dev/acpi/
H A Dug_acpi.c44 CFATTACH_DECL_NEW(ug_acpi, sizeof(struct ug_softc), ug_acpi_match,
68 struct ug_softc *sc = device_private(self); in ug_acpi_attach()