Lines Matching refs:ti_adc_softc
91 ti_adc_ev_report(struct ti_adc_softc *sc) in ti_adc_ev_report()
102 ti_adc_enable(struct ti_adc_softc *sc) in ti_adc_enable()
140 ti_adc_disable(struct ti_adc_softc *sc) in ti_adc_disable()
179 ti_adc_setup(struct ti_adc_softc *sc) in ti_adc_setup()
207 ti_adc_input_setup(struct ti_adc_softc *sc, int32_t ain) in ti_adc_input_setup()
242 ti_adc_reset(struct ti_adc_softc *sc) in ti_adc_reset()
259 struct ti_adc_softc *sc; in ti_adc_clockdiv_proc()
261 sc = (struct ti_adc_softc *)arg1; in ti_adc_clockdiv_proc()
299 struct ti_adc_softc *sc; in ti_adc_enable_proc()
331 struct ti_adc_softc *sc; in ti_adc_open_delay_proc()
359 struct ti_adc_softc *sc; in ti_adc_samples_avg_proc()
387 ti_adc_read_data(struct ti_adc_softc *sc) in ti_adc_read_data()
424 ti_adc_tsc_read_data(struct ti_adc_softc *sc) in ti_adc_tsc_read_data()
481 ti_adc_intr_locked(struct ti_adc_softc *sc, uint32_t status) in ti_adc_intr_locked()
489 ti_adc_tsc_intr_locked(struct ti_adc_softc *sc, uint32_t status) in ti_adc_tsc_intr_locked()
500 struct ti_adc_softc *sc; in ti_adc_intr()
503 sc = (struct ti_adc_softc *)arg; in ti_adc_intr()
547 ti_adc_sysctl_init(struct ti_adc_softc *sc) in ti_adc_sysctl_init()
595 ti_adc_inputs_init(struct ti_adc_softc *sc) in ti_adc_inputs_init()
615 ti_adc_tsc_init(struct ti_adc_softc *sc) in ti_adc_tsc_init()
690 ti_adc_idlestep_init(struct ti_adc_softc *sc) in ti_adc_idlestep_init()
700 ti_adc_config_wires(struct ti_adc_softc *sc, int *wire_configs, int nwire_configs) in ti_adc_config_wires()
748 struct ti_adc_softc *sc; in ti_adc_attach()
917 struct ti_adc_softc *sc; in ti_adc_detach()
960 sizeof(struct ti_adc_softc),