Home
last modified time | relevance | path

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

/openbsd/sys/dev/i2c/
H A Dw83795g.c68 struct nvt_softc { struct
86 void nvt_refresh_volts(struct nvt_softc *); argument
87 void nvt_refresh_temps(struct nvt_softc *);
88 void nvt_refresh_fans(struct nvt_softc *);
95 sizeof(struct nvt_softc), nvt_match, nvt_attach
116 struct nvt_softc *sc = (struct nvt_softc *)self; in nvt_attach()
173 struct nvt_softc *sc = arg; in nvt_refresh()
193 nvt_refresh_volts(struct nvt_softc *sc) in nvt_refresh_volts()
218 nvt_refresh_temps(struct nvt_softc *sc) in nvt_refresh_temps()
254 nvt_refresh_fans(struct nvt_softc *sc) in nvt_refresh_fans()
[all …]