Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c24 #define GRTS_MAX_CHANNELS 4 macro
66 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_cb()
68 } else if (st->ch_map[GRTS_CH_Z1] < GRTS_MAX_CHANNELS) { in grts_cb()
143 idx = GRTS_MAX_CHANNELS; in grts_map_channel()
144 } else if (idx >= GRTS_MAX_CHANNELS) { in grts_map_channel()
169 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_get_properties()
179 if (st->ch_map[GRTS_CH_Z1] >= GRTS_MAX_CHANNELS) in grts_get_properties()