Searched defs:aw_ts_softc (Results 1 – 1 of 1) sorted by relevance
92 struct aw_ts_softc { struct93 device_t dev;94 struct resource * res[2];95 void * intrhand;96 int temp_data;97 int temp_offset;121 struct aw_ts_softc *sc; in aw_ts_intr() argument