vcmbox_softc
static int vcmbox_read_temp(struct vcmbox_softc *, uint32_t, int,
static int vcmbox_read_clockrate(struct vcmbox_softc *, uint32_t, int,
static int vcmbox_write_clockrate(struct vcmbox_softc *, uint32_t, int,
static int vcmbox_cpufreq_init(struct vcmbox_softc *);
static void vcmbox_create_sensors(struct vcmbox_softc *);
CFATTACH_DECL_NEW(vcmbox, sizeof(struct vcmbox_softc),
struct vcmbox_softc *sc = device_private(self);
vcmbox_read_temp(struct vcmbox_softc *sc, uint32_t tag, int id, uint32_t *val)
vcmbox_read_clockrate(struct vcmbox_softc *sc, uint32_t tag, int id,
vcmbox_write_clockrate(struct vcmbox_softc *sc, uint32_t tag, int id,
vcmbox_cpufreq_init(struct vcmbox_softc *sc)
struct vcmbox_softc *sc;
vcmbox_create_sensors(struct vcmbox_softc *sc)
struct vcmbox_softc *sc = sme->sme_cookie;
struct vcmbox_softc *sc = sme->sme_cookie;