Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c56 enum mxs_lradc_ts_plate cur_plate; /* state machine */ member
309 ts->cur_plate = LRADC_SAMPLE_X; in mxs_lradc_prepare_x_pos()
335 ts->cur_plate = LRADC_SAMPLE_Y; in mxs_lradc_prepare_y_pos()
361 ts->cur_plate = LRADC_SAMPLE_PRESSURE; in mxs_lradc_prepare_pressure()
372 ts->cur_plate = LRADC_TOUCH; in mxs_lradc_enable_touch_detection()
404 ts->cur_plate = LRADC_SAMPLE_VALID; in mxs_lradc_complete_touch_event()
444 ts->cur_plate = LRADC_TOUCH; in mxs_lradc_finish_touch_event()
458 switch (ts->cur_plate) { in mxs_lradc_handle_touch()