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

  /src/sys/dev/i2c/
si70xxvar.h 28 struct si70xx_sc { struct
si70xx.c 46 static int si70xx_update_status(struct si70xx_sc *);
47 static int si70xx_set_heateron(struct si70xx_sc *);
48 static int si70xx_set_resolution(struct si70xx_sc *, size_t);
49 static int si70xx_set_heatervalue(struct si70xx_sc *, size_t);
66 CFATTACH_DECL_NEW(si70xxtemp, sizeof(struct si70xx_sc),
131 struct si70xx_sc *sc;
164 struct si70xx_sc *sc;
185 struct si70xx_sc *sc;
250 si70xx_cmd0(struct si70xx_sc *sc, uint8_t *buf, size_t blen)
256 si70xx_cmd1(struct si70xx_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen
    [all...]

Completed in 11 milliseconds