Lines Matching defs:amdzentemp_softc
101 struct amdzentemp_softc {
137 static void amdzentemp_init(struct amdzentemp_softc *, int, int);
138 static void amdzentemp_setup_sensors(struct amdzentemp_softc *);
141 static int amdzentemp_probe_ccd_sensors(struct amdzentemp_softc *, int, int);
142 static void amdzentemp_setup_ccd_sensors(struct amdzentemp_softc *);
144 CFATTACH_DECL_NEW(amdzentemp, sizeof(struct amdzentemp_softc),
164 struct amdzentemp_softc *sc = device_private(self);
243 struct amdzentemp_softc *sc = device_private(self);
257 amdzentemp_init(struct amdzentemp_softc *sc, int family, int model)
275 amdzentemp_setup_sensors(struct amdzentemp_softc *sc)
293 struct amdzentemp_softc *sc = sme->sme_cookie;
326 struct amdzentemp_softc *sc = sme->sme_cookie;
370 amdzentemp_probe_ccd_sensors17h(struct amdzentemp_softc *sc, int model)
399 amdzentemp_probe_ccd_sensors19h(struct amdzentemp_softc *sc, int model)
434 amdzentemp_probe_ccd_sensors1ah(struct amdzentemp_softc *sc, int model)
465 amdzentemp_probe_ccd_sensors(struct amdzentemp_softc *sc, int family, int model)
487 amdzentemp_setup_ccd_sensors(struct amdzentemp_softc *sc)