Lines Matching defs:aht20_sc
26 struct aht20_sc { struct
27 int sc_aht20debug;
28 device_t sc_dev;
29 i2c_tag_t sc_tag;
30 i2c_addr_t sc_addr;
31 kmutex_t sc_mutex;
32 int sc_numsensors;
33 struct sysmon_envsys *sc_sme;
34 struct sysctllog *sc_aht20log;
35 envsys_data_t sc_sensors[AHT20_NUM_SENSORS];
36 bool sc_ignorecrc;
37 int sc_readattempts;