sys/dev/i2c/tcakp.c
111
static int tcakp_i2c_lock(struct tcakp_softc *);
sys/dev/i2c/tcakp.c
112
static void tcakp_i2c_unlock(struct tcakp_softc *);
sys/dev/i2c/tcakp.c
114
static int tcakp_read(struct tcakp_softc *, uint8_t, uint8_t *);
sys/dev/i2c/tcakp.c
115
static int tcakp_write(struct tcakp_softc *, uint8_t, uint8_t);
sys/dev/i2c/tcakp.c
117
CFATTACH_DECL_NEW(tcakp, sizeof(struct tcakp_softc),
sys/dev/i2c/tcakp.c
126
tcakp_decode(struct tcakp_softc *sc, uint8_t code)
sys/dev/i2c/tcakp.c
143
struct tcakp_softc * const sc = priv;
sys/dev/i2c/tcakp.c
161
struct tcakp_softc * const sc = priv;
sys/dev/i2c/tcakp.c
196
tcakp_init(struct tcakp_softc *sc)
sys/dev/i2c/tcakp.c
236
tcakp_configure_fdt(struct tcakp_softc *sc)
sys/dev/i2c/tcakp.c
269
struct tcakp_softc * const sc = v;
sys/dev/i2c/tcakp.c
315
struct tcakp_softc * const sc = v;
sys/dev/i2c/tcakp.c
376
struct tcakp_softc * const sc = device_private(self);
sys/dev/i2c/tcakp.c
425
tcakp_i2c_lock(struct tcakp_softc *sc)
sys/dev/i2c/tcakp.c
438
tcakp_i2c_unlock(struct tcakp_softc *sc)
sys/dev/i2c/tcakp.c
444
tcakp_read(struct tcakp_softc *sc, uint8_t reg, uint8_t *val)
sys/dev/i2c/tcakp.c
451
tcakp_write(struct tcakp_softc *sc, uint8_t reg, uint8_t val)