Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/adc/
Dmxs-lradc.c324 #define LRADC_DELAY_TRIGGER(x) \ macro
460 mxs_lradc_reg_wrt(lradc, LRADC_DELAY_TRIGGER(1 << ch) | in mxs_lradc_setup_ts_channel()
476 LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */ in mxs_lradc_setup_ts_channel()
517 LRADC_DELAY_TRIGGER(1 << ch1) | in mxs_lradc_setup_ts_pressure()
518 LRADC_DELAY_TRIGGER(1 << ch2) | /* start both channels */ in mxs_lradc_setup_ts_pressure()
534 LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */ in mxs_lradc_setup_ts_pressure()
734 LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | in mxs_lradc_complete_touch_event()