Searched defs:ti_iic_softc (Results 1 – 1 of 1) sorted by relevance
89 struct ti_iic_softc { struct90 struct device sc_dev;91 struct i2c_controller sc_ic;92 struct rwlock sc_buslock;93 struct device *sc_i2cdev;95 bus_space_tag_t sc_iot;96 bus_space_handle_t sc_ioh;98 void *sc_ih;99 int sc_node;100 ti_i2cop_t sc_op;[all …]