Symbol: iatp_softc
sys/dev/i2c/iatp.c
202
int iatp_read_reg(struct iatp_softc *, uint16_t, size_t, void *);
sys/dev/i2c/iatp.c
203
int iatp_write_reg(struct iatp_softc *, uint16_t, size_t, void *);
sys/dev/i2c/iatp.c
204
int iatp_init(struct iatp_softc *);
sys/dev/i2c/iatp.c
207
int iatp_proc_msg(struct iatp_softc *, uint8_t *);
sys/dev/i2c/iatp.c
208
int iatp_t5_read_msgs(struct iatp_softc *, int);
sys/dev/i2c/iatp.c
209
void iatp_t6_proc_msg(struct iatp_softc *, uint8_t *);
sys/dev/i2c/iatp.c
210
int iatp_t7_set_power_mode(struct iatp_softc *, int);
sys/dev/i2c/iatp.c
211
void iatp_t19_proc_msg(struct iatp_softc *, uint8_t *);
sys/dev/i2c/iatp.c
212
int iatp_t44_read_count(struct iatp_softc *);
sys/dev/i2c/iatp.c
213
void iatp_t100_proc_msg(struct iatp_softc *, uint8_t *);
sys/dev/i2c/iatp.c
222
sizeof(struct iatp_softc),
sys/dev/i2c/iatp.c
247
struct iatp_softc *sc = (struct iatp_softc *)self;
sys/dev/i2c/iatp.c
282
struct iatp_softc *sc = (struct iatp_softc *)self;
sys/dev/i2c/iatp.c
297
struct iatp_softc *sc = (struct iatp_softc *)self;
sys/dev/i2c/iatp.c
319
iatp_configure(struct iatp_softc *sc)
sys/dev/i2c/iatp.c
345
struct iatp_softc *sc = v;
sys/dev/i2c/iatp.c
376
struct iatp_softc *sc = v;
sys/dev/i2c/iatp.c
389
struct iatp_softc *sc = v;
sys/dev/i2c/iatp.c
443
iatp_init(struct iatp_softc *sc)
sys/dev/i2c/iatp.c
677
iatp_read_reg(struct iatp_softc *sc, uint16_t reg, size_t len, void *val)
sys/dev/i2c/iatp.c
693
iatp_write_reg(struct iatp_softc *sc, uint16_t reg, size_t len, void *val)
sys/dev/i2c/iatp.c
718
struct iatp_softc *sc = arg;
sys/dev/i2c/iatp.c
744
iatp_proc_msg(struct iatp_softc *sc, uint8_t *msg)
sys/dev/i2c/iatp.c
778
iatp_t5_read_msgs(struct iatp_softc *sc, int count)
sys/dev/i2c/iatp.c
805
iatp_t6_proc_msg(struct iatp_softc *sc, uint8_t *msg)
sys/dev/i2c/iatp.c
817
iatp_t7_set_power_mode(struct iatp_softc *sc, int mode)
sys/dev/i2c/iatp.c
841
iatp_t19_proc_msg(struct iatp_softc *sc, uint8_t *msg)
sys/dev/i2c/iatp.c
860
iatp_t44_read_count(struct iatp_softc *sc)
sys/dev/i2c/iatp.c
888
iatp_t100_proc_msg(struct iatp_softc *sc, uint8_t *msg)