Searched defs:aw_ts_softc (Results 1 – 1 of 1) sorted by relevance
95 struct aw_ts_softc { struct96 device_t dev;97 struct resource * res[2];98 void * intrhand;99 int temp_data;100 int temp_offset;124 struct aw_ts_softc *sc; in aw_ts_intr() argument