sys/dev/i2c/nxp75a.c
185
struct nxp75a_softc *sc = device_private(self);
sys/dev/i2c/nxp75a.c
198
struct nxp75a_softc *sc = sme->sme_cookie;
sys/dev/i2c/nxp75a.c
220
struct nxp75a_softc *sc = sme->sme_cookie;
sys/dev/i2c/nxp75a.c
242
struct nxp75a_softc *sc = sme->sme_cookie;
sys/dev/i2c/nxp75a.c
269
nxp75a_read_temp(struct nxp75a_softc *sc, uint8_t reg, uint32_t *valp)
sys/dev/i2c/nxp75a.c
291
nxp75a_write_temp(struct nxp75a_softc *sc, uint8_t reg, uint32_t val)
sys/dev/i2c/nxp75a.c
63
static int nxp75a_read_temp(struct nxp75a_softc *, uint8_t, uint32_t *);
sys/dev/i2c/nxp75a.c
64
static int nxp75a_write_temp(struct nxp75a_softc *, uint8_t, uint32_t);
sys/dev/i2c/nxp75a.c
66
CFATTACH_DECL_NEW(nxp75a, sizeof(struct nxp75a_softc),
sys/dev/i2c/nxp75a.c
96
struct nxp75a_softc *sc = device_private(self);