sys/dev/i2c/ietp.c
100
int ietp_set_power(struct ietp_softc *sc, int power);
sys/dev/i2c/ietp.c
101
int ietp_reset_cmd(struct ietp_softc *sc);
sys/dev/i2c/ietp.c
105
int ietp_iic_read_reg(struct ietp_softc *, uint16_t, size_t, void *);
sys/dev/i2c/ietp.c
106
int ietp_iic_write_reg(struct ietp_softc *, uint16_t, uint16_t);
sys/dev/i2c/ietp.c
107
int ietp_iic_set_absolute_mode(struct ietp_softc *, bool);
sys/dev/i2c/ietp.c
110
sizeof(struct ietp_softc),
sys/dev/i2c/ietp.c
151
struct ietp_softc *sc = (struct ietp_softc *)self;
sys/dev/i2c/ietp.c
288
struct ietp_softc *sc = (struct ietp_softc *)self;
sys/dev/i2c/ietp.c
306
struct ietp_softc *sc = (struct ietp_softc *)self;
sys/dev/i2c/ietp.c
332
ietp_sleep(struct ietp_softc *sc, int ms)
sys/dev/i2c/ietp.c
341
ietp_iic_set_absolute_mode(struct ietp_softc *sc, bool enable)
sys/dev/i2c/ietp.c
391
ietp_iic_read_reg(struct ietp_softc *sc, uint16_t reg, size_t len, void *val)
sys/dev/i2c/ietp.c
403
ietp_iic_write_reg(struct ietp_softc *sc, uint16_t reg, uint16_t val)
sys/dev/i2c/ietp.c
417
ietp_set_power(struct ietp_softc *sc, int power)
sys/dev/i2c/ietp.c
442
ietp_reset_cmd(struct ietp_softc *sc)
sys/dev/i2c/ietp.c
467
ietp_fetch_descriptor(struct ietp_softc *sc)
sys/dev/i2c/ietp.c
500
ietp_reset(struct ietp_softc *sc)
sys/dev/i2c/ietp.c
525
parse_input(struct ietp_softc *sc, u_char *report, int len)
sys/dev/i2c/ietp.c
593
struct ietp_softc *sc = arg;
sys/dev/i2c/ietp.c
646
struct ietp_softc *sc = dev;
sys/dev/i2c/ietp.c
663
struct ietp_softc *sc = dev;
sys/dev/i2c/ietp.c
680
struct ietp_softc *sc = dev;
sys/dev/i2c/ietp.c
97
int ietp_reset(struct ietp_softc *);
sys/dev/i2c/ietp.c
99
int ietp_fetch_descriptor(struct ietp_softc *sc);