Home
last modified time | relevance | path

Searched defs:sgp40_sc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Dsgp40var.h29 struct sgp40_sc { struct
30 int sc_sgp40debug;
31 device_t sc_dev;
32 i2c_tag_t sc_tag;
33 i2c_addr_t sc_addr;
34 kmutex_t sc_threadmutex; /* for the measurement kthread */
35 kmutex_t sc_mutex; /* for reading the i2c bus */
36 kcondvar_t sc_condvar;
37 struct lwp *sc_thread;
38 int sc_numsensors;
[all …]