Symbol: bmx280_sc
sys/dev/i2c/bmx280thpi2c.c
106
bmx280thpi2c_write_register(struct bmx280_sc *sc, uint8_t *buf, size_t blen)
sys/dev/i2c/bmx280thpi2c.c
122
bmx280thpi2c_acquire_bus(struct bmx280_sc *sc)
sys/dev/i2c/bmx280thpi2c.c
130
bmx280thpi2c_release_bus(struct bmx280_sc *sc)
sys/dev/i2c/bmx280thpi2c.c
194
struct bmx280_sc *sc = &isc->sc_bmx280;
sys/dev/i2c/bmx280thpi2c.c
46
struct bmx280_sc sc_bmx280;
sys/dev/i2c/bmx280thpi2c.c
86
bmx280thpi2c_read_register(struct bmx280_sc *sc, uint8_t reg,
sys/dev/ic/bmx280.c
251
bmx280_store_raw_blob_tp(struct bmx280_sc *sc, uint8_t *b) {
sys/dev/ic/bmx280.c
280
bmx280_store_raw_blob_h(struct bmx280_sc *sc, uint8_t *b) {
sys/dev/ic/bmx280.c
292
bmx280_sysctl_init(struct bmx280_sc *sc)
sys/dev/ic/bmx280.c
394
bmx280_attach(struct bmx280_sc *sc)
sys/dev/ic/bmx280.c
57
static void bmx280_store_raw_blob_tp(struct bmx280_sc *, uint8_t *);
sys/dev/ic/bmx280.c
572
bmx280_detach(struct bmx280_sc *sc, int flags __unused)
sys/dev/ic/bmx280.c
58
static void bmx280_store_raw_blob_h(struct bmx280_sc *, uint8_t *);
sys/dev/ic/bmx280.c
59
void bmx280_attach(struct bmx280_sc *);
sys/dev/ic/bmx280.c
667
bmx280_set_control_and_trigger(struct bmx280_sc *sc,
sys/dev/ic/bmx280.c
730
bmx280_wait_for_data(struct bmx280_sc *sc)
sys/dev/ic/bmx280.c
758
bmx280_read_data(struct bmx280_sc *sc,
sys/dev/ic/bmx280.c
846
struct bmx280_sc *sc;
sys/dev/ic/bmx280var.h
100
void bmx280_attach(struct bmx280_sc *);
sys/dev/ic/bmx280var.h
101
int bmx280_detach(struct bmx280_sc *, int);
sys/dev/ic/bmx280var.h
49
struct bmx280_sc;
sys/dev/ic/bmx280var.h
52
int (*acquire_bus)(struct bmx280_sc *);
sys/dev/ic/bmx280var.h
53
void (*release_bus)(struct bmx280_sc *);
sys/dev/ic/bmx280var.h
54
int (*read_reg)(struct bmx280_sc *, uint8_t, uint8_t *,
sys/dev/ic/bmx280var.h
56
int (*write_reg)(struct bmx280_sc *, uint8_t *, size_t);
sys/dev/spi/bmx280thpspi.c
119
bmx280thpspi_write_reg(struct bmx280_sc *sc, uint8_t *buf, size_t slen)
sys/dev/spi/bmx280thpspi.c
128
bmx280thpspi_acquire_bus(struct bmx280_sc *sc __unused)
sys/dev/spi/bmx280thpspi.c
134
bmx280thpspi_release_bus(struct bmx280_sc *sc __unused)
sys/dev/spi/bmx280thpspi.c
169
struct bmx280_sc *sc = &ssc->sc_bmx280;
sys/dev/spi/bmx280thpspi.c
46
struct bmx280_sc sc_bmx280;
sys/dev/spi/bmx280thpspi.c
86
bmx280thpspi_read_reg(struct bmx280_sc *sc, uint8_t reg, uint8_t *buf,