Lines Matching defs:dbcool_softc
117 struct dbcool_softc { struct
118 device_t sc_dev;
119 struct sysmon_envsys *sc_sme;
120 struct dbcool_chipset sc_dc;
121 envsys_data_t sc_sensor[DBCOOL_MAXSENSORS];
122 sysmon_envsys_lim_t sc_deflims[DBCOOL_MAXSENSORS];
123 uint32_t sc_defprops[DBCOOL_MAXSENSORS];
124 int sc_root_sysctl_num;
125 int sc_sysctl_num[DBCOOL_MAXSENSORS];
126 struct reg_list *sc_regs[DBCOOL_MAXSENSORS];
127 int sc_nom_volt[DBCOOL_MAXSENSORS];
128 int sc_temp_offset;
129 int64_t sc_supply_voltage;
130 bool sc_suspend;
131 struct sysctllog *sc_sysctl_log;
132 prop_dictionary_t sc_prop;
134 uint8_t sc_user_reg;