Searched refs:amdtemp_softc (Results 1 – 1 of 1) sorted by relevance
149 struct amdtemp_softc { struct167 static void amdtemp_k8_init(struct amdtemp_softc *, pcireg_t); argument168 static void amdtemp_k8_setup_sensors(struct amdtemp_softc *, int);171 static void amdtemp_family10_init(struct amdtemp_softc *);172 static void amdtemp_family10_setup_sensors(struct amdtemp_softc *, int);175 CFATTACH_DECL_NEW(amdtemp, sizeof(struct amdtemp_softc),218 struct amdtemp_softc *sc = device_private(self); in amdtemp_attach()341 struct amdtemp_softc *sc = device_private(self); in amdtemp_detach()354 amdtemp_k8_init(struct amdtemp_softc *sc, pcireg_t cpu_signature) in amdtemp_k8_init()407 amdtemp_k8_setup_sensors(struct amdtemp_softc *sc, int dv_unit) in amdtemp_k8_setup_sensors()[all …]