dbcool_softc
dbcool_read_rpm(struct dbcool_softc *sc, uint8_t reg)
dbcool_supply_voltage(struct dbcool_softc *sc)
dbcool_read_volt(struct dbcool_softc *sc, uint8_t reg, int nom_idx, bool extres)
static void dbcool_setup_controllers(struct dbcool_softc *);
static int dbcool_setup_sensors(struct dbcool_softc *);
static int dbcool_attach_sensor(struct dbcool_softc *, int);
static int dbcool_attach_temp_control(struct dbcool_softc *, int,
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc;
sc = (struct dbcool_softc *)node.sysctl_data;
struct dbcool_softc *sc = device_private(self);
dbcool_setup_sensors(struct dbcool_softc *sc)
dbcool_attach_sensor(struct dbcool_softc *sc, int idx)
dbcool_attach_temp_control(struct dbcool_softc *sc, int idx,
dbcool_setup_controllers(struct dbcool_softc *sc)
struct dbcool_softc *sc=sme->sme_cookie;
struct dbcool_softc *sc = sme->sme_cookie;
dbcool_get_temp_limits(struct dbcool_softc *sc, int idx,
dbcool_get_volt_limits(struct dbcool_softc *sc, int idx,
dbcool_get_fan_limits(struct dbcool_softc *sc, int idx,
struct dbcool_softc *sc = sme->sme_cookie;
dbcool_set_temp_limits(struct dbcool_softc *sc, int idx,
dbcool_set_volt_limits(struct dbcool_softc *sc, int idx,
dbcool_set_fan_limits(struct dbcool_softc *sc, int idx,
static int dbcool_supply_voltage(struct dbcool_softc *);
static bool dbcool_islocked(struct dbcool_softc *);
CFATTACH_DECL_NEW(dbcool, sizeof(struct dbcool_softc),
static int dbcool_read_rpm(struct dbcool_softc *, uint8_t);
struct dbcool_softc *sc = device_private(self);
static int dbcool_read_temp(struct dbcool_softc *, uint8_t, bool);
static int dbcool_read_volt(struct dbcool_softc *, uint8_t, int, bool);
struct dbcool_softc *sc = device_private(self);
static void dbcool_get_temp_limits(struct dbcool_softc *, int,
struct dbcool_softc *sc = device_private(dev);
static void dbcool_get_volt_limits(struct dbcool_softc *, int,
static void dbcool_get_fan_limits(struct dbcool_softc *, int,
dbcool_islocked(struct dbcool_softc *sc)
static void dbcool_set_temp_limits(struct dbcool_softc *, int,
dbcool_read_temp(struct dbcool_softc *sc, uint8_t reg, bool extres)
static void dbcool_set_volt_limits(struct dbcool_softc *, int,
static void dbcool_set_fan_limits(struct dbcool_softc *, int,