Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_adc.c182 ti_adc_setup(struct ti_adc_softc *sc) in ti_adc_setup()
262 struct ti_adc_softc *sc; in ti_adc_clockdiv_proc()
264 sc = (struct ti_adc_softc *)arg1; in ti_adc_clockdiv_proc()
302 struct ti_adc_softc *sc; in ti_adc_enable_proc()
334 struct ti_adc_softc *sc; in ti_adc_open_delay_proc()
362 struct ti_adc_softc *sc; in ti_adc_samples_avg_proc()
503 struct ti_adc_softc *sc; in ti_adc_intr()
506 sc = (struct ti_adc_softc *)arg; in ti_adc_intr()
751 struct ti_adc_softc *sc; in ti_adc_attach()
920 struct ti_adc_softc *sc; in ti_adc_detach()
[all …]
H A Dti_adcvar.h38 struct ti_adc_softc { struct
72 struct ti_adc_softc *sc; /* pointer to adc softc */ argument