Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dpcf8591_envctrl.c71 struct ecadc_softc { struct
91 static int ecadc_set_fan_speed(struct ecadc_softc *, u_int8_t, u_int8_t); argument
95 CFATTACH_DECL3_NEW(ecadc, sizeof(struct ecadc_softc),
122 struct ecadc_softc *sc = device_private(self); in ecadc_attach()
287 struct ecadc_softc *sc = device_private(self); in ecadc_detach()
321 struct ecadc_softc *sc = sme->sme_cookie; in ecadc_refresh()
388 struct ecadc_softc *sc = sme->sme_cookie; in ecadc_get_limits()
407 struct ecadc_softc *sc = v; in ecadc_timeout()
438 ecadc_set_fan_speed(struct ecadc_softc *sc, u_int8_t chan, u_int8_t val) in ecadc_set_fan_speed()
465 struct ecadc_softc *sc = v; in ecadc_fan_adjust()