HomeSort by: relevance | last modified time | path
    Searched defs:amdzentemp_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/
amdzentemp.c 101 struct amdzentemp_softc { struct
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
    [all...]
amdzentemp.c 101 struct amdzentemp_softc { struct
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
    [all...]

Completed in 148 milliseconds