Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c25 #define GRTS_MAX_CHANNELS 4 macro
67 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_cb()
69 } else if (st->ch_map[GRTS_CH_Z1] < GRTS_MAX_CHANNELS) { in grts_cb()
144 idx = GRTS_MAX_CHANNELS; in grts_map_channel()
145 } else if (idx >= GRTS_MAX_CHANNELS) { in grts_map_channel()
170 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_get_properties()
180 if (st->ch_map[GRTS_CH_Z1] >= GRTS_MAX_CHANNELS) in grts_get_properties()