Home
last modified time | relevance | path

Searched defs:ti_adc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/ti/
H A Dti_adcvar.h36 struct ti_adc_softc { struct
37 device_t sc_dev;
38 int sc_last_state;
39 struct mtx sc_mtx;
40 struct resource *sc_mem_res;
41 struct resource *sc_irq_res;
42 void *sc_intrhand;
43 int sc_tsc_wires;
44 int sc_tsc_wire_config[TI_ADC_NPINS];
45 int sc_coord_readouts;
[all …]