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

  /src/sys/dev/i2c/
dbcool.c 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
    [all...]
dbcool_var.h 117 struct dbcool_softc { struct

Completed in 11 milliseconds