Symbol: si70xx_sc
sys/dev/i2c/si70xx.c
1013
struct si70xx_sc *sc;
sys/dev/i2c/si70xx.c
131
struct si70xx_sc *sc;
sys/dev/i2c/si70xx.c
164
struct si70xx_sc *sc;
sys/dev/i2c/si70xx.c
185
struct si70xx_sc *sc;
sys/dev/i2c/si70xx.c
250
si70xx_cmd0(struct si70xx_sc *sc, uint8_t *buf, size_t blen)
sys/dev/i2c/si70xx.c
256
si70xx_cmd1(struct si70xx_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen)
sys/dev/i2c/si70xx.c
262
si70xx_cmd2(struct si70xx_sc *sc, uint8_t cmd1, uint8_t cmd2, uint8_t *buf,
sys/dev/i2c/si70xx.c
271
si70xx_set_heateron(struct si70xx_sc * sc)
sys/dev/i2c/si70xx.c
311
si70xx_set_resolution(struct si70xx_sc * sc, size_t index)
sys/dev/i2c/si70xx.c
348
si70xx_set_heatervalue(struct si70xx_sc * sc, size_t index)
sys/dev/i2c/si70xx.c
384
si70xx_update_heater(struct si70xx_sc *sc)
sys/dev/i2c/si70xx.c
410
si70xx_update_user(struct si70xx_sc *sc)
sys/dev/i2c/si70xx.c
444
si70xx_update_status(struct si70xx_sc *sc)
sys/dev/i2c/si70xx.c
46
static int si70xx_update_status(struct si70xx_sc *);
sys/dev/i2c/si70xx.c
47
static int si70xx_set_heateron(struct si70xx_sc *);
sys/dev/i2c/si70xx.c
48
static int si70xx_set_resolution(struct si70xx_sc *, size_t);
sys/dev/i2c/si70xx.c
486
si70xx_sysctl_init(struct si70xx_sc *sc)
sys/dev/i2c/si70xx.c
49
static int si70xx_set_heatervalue(struct si70xx_sc *, size_t);
sys/dev/i2c/si70xx.c
603
struct si70xx_sc *sc;
sys/dev/i2c/si70xx.c
66
CFATTACH_DECL_NEW(si70xxtemp, sizeof(struct si70xx_sc),
sys/dev/i2c/si70xx.c
831
si70xx_exec(struct si70xx_sc *sc, uint8_t cmd, envsys_data_t *edata)
sys/dev/i2c/si70xx.c
962
struct si70xx_sc *sc;