Searched defs:ti_adc_softc (Results 1 – 1 of 1) sorted by relevance
38 struct ti_adc_softc { struct39 device_t sc_dev;40 int sc_last_state;41 struct mtx sc_mtx;42 struct resource *sc_mem_res;43 struct resource *sc_irq_res;44 void *sc_intrhand;45 int sc_tsc_wires;47 int sc_coord_readouts;48 int sc_x_plate_resistance;[all …]