Lines Matching refs:dbcool_softc
71 static int dbcool_supply_voltage(struct dbcool_softc *);
72 static bool dbcool_islocked(struct dbcool_softc *);
76 static int dbcool_read_rpm(struct dbcool_softc *, uint8_t);
77 static int dbcool_read_temp(struct dbcool_softc *, uint8_t, bool);
78 static int dbcool_read_volt(struct dbcool_softc *, uint8_t, int, bool);
83 static void dbcool_get_temp_limits(struct dbcool_softc *, int,
85 static void dbcool_get_volt_limits(struct dbcool_softc *, int,
87 static void dbcool_get_fan_limits(struct dbcool_softc *, int,
92 static void dbcool_set_temp_limits(struct dbcool_softc *, int,
94 static void dbcool_set_volt_limits(struct dbcool_softc *, int,
96 static void dbcool_set_fan_limits(struct dbcool_softc *, int,
110 static void dbcool_setup_controllers(struct dbcool_softc *);
111 static int dbcool_setup_sensors(struct dbcool_softc *);
112 static int dbcool_attach_sensor(struct dbcool_softc *, int);
113 static int dbcool_attach_temp_control(struct dbcool_softc *, int,
730 CFATTACH_DECL_NEW(dbcool, sizeof(struct dbcool_softc),
767 struct dbcool_softc *sc = device_private(self);
815 struct dbcool_softc *sc = device_private(self);
835 struct dbcool_softc *sc = device_private(dev);
908 dbcool_islocked(struct dbcool_softc *sc)
927 dbcool_read_temp(struct dbcool_softc *sc, uint8_t reg, bool extres)
1006 dbcool_read_rpm(struct dbcool_softc *sc, uint8_t reg)
1027 dbcool_supply_voltage(struct dbcool_softc *sc)
1048 dbcool_read_volt(struct dbcool_softc *sc, uint8_t reg, int nom_idx, bool extres)
1131 struct dbcool_softc *sc;
1137 sc = (struct dbcool_softc *)node.sysctl_data;
1167 struct dbcool_softc *sc;
1172 sc = (struct dbcool_softc *)node.sysctl_data;
1200 struct dbcool_softc *sc;
1205 sc = (struct dbcool_softc *)node.sysctl_data;
1242 struct dbcool_softc *sc;
1247 sc = (struct dbcool_softc *)node.sysctl_data;
1279 struct dbcool_softc *sc;
1284 sc = (struct dbcool_softc *)node.sysctl_data;
1352 struct dbcool_softc *sc;
1358 sc = (struct dbcool_softc *)node.sysctl_data;
1382 struct dbcool_softc *sc;
1388 sc = (struct dbcool_softc *)node.sysctl_data;
1438 struct dbcool_softc *sc;
1442 sc = (struct dbcool_softc *)node.sysctl_data;
1459 struct dbcool_softc *sc;
1465 sc = (struct dbcool_softc *)node.sysctl_data;
1490 struct dbcool_softc *sc = device_private(self);
1604 dbcool_setup_sensors(struct dbcool_softc *sc)
1688 dbcool_attach_sensor(struct dbcool_softc *sc, int idx)
1713 dbcool_attach_temp_control(struct dbcool_softc *sc, int idx,
1768 dbcool_setup_controllers(struct dbcool_softc *sc)
1816 struct dbcool_softc *sc=sme->sme_cookie;
1914 struct dbcool_softc *sc = sme->sme_cookie;
1950 dbcool_get_temp_limits(struct dbcool_softc *sc, int idx,
1988 dbcool_get_volt_limits(struct dbcool_softc *sc, int idx,
2017 dbcool_get_fan_limits(struct dbcool_softc *sc, int idx,
2038 struct dbcool_softc *sc = sme->sme_cookie;
2062 dbcool_set_temp_limits(struct dbcool_softc *sc, int idx,
2122 dbcool_set_volt_limits(struct dbcool_softc *sc, int idx,
2160 dbcool_set_fan_limits(struct dbcool_softc *sc, int idx,