HomeSort by: relevance | last modified time | path
    Searched refs:ug_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ugvar.h 31 struct ug_softc { struct
57 int ug_reset(struct ug_softc *);
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*);
ug.c 322 ug_reset(struct ug_softc *sc)
347 ug_read(struct ug_softc *sc, unsigned short sensor)
375 ug_waitfor(struct ug_softc *sc, uint16_t offset, uint8_t value)
386 ug_setup_sensors(struct ug_softc *sc)
440 struct ug_softc *sc = sme->sme_cookie;
484 struct ug_softc *sc = device_private(dv);
553 struct ug_softc *sc = sme->sme_cookie;
638 ug2_read(struct ug_softc *sc, uint8_t bank, uint8_t offset, uint8_t count,
  /src/sys/dev/acpi/
ug_acpi.c 44 CFATTACH_DECL_NEW(ug_acpi, sizeof(struct ug_softc), ug_acpi_match,
68 struct ug_softc *sc = device_private(self);
  /src/sys/dev/isa/
ug_isa.c 63 CFATTACH_DECL_NEW(ug_isa, sizeof(struct ug_softc),
120 struct ug_softc *sc = device_private(self);
175 struct ug_softc *sc = device_private(self);

Completed in 12 milliseconds