Searched defs:ietp_softc (Results 1 – 1 of 1) sorted by relevance
24 struct ietp_softc { struct25 struct device sc_dev;26 i2c_tag_t sc_tag;27 i2c_addr_t sc_addr;28 void *sc_ih;29 union {34 u_int sc_isize;35 u_char *sc_ibuf;37 int sc_refcnt;39 int sc_dying;[all …]