Lines Matching full:pressure
27 * @pressure_min: number representing the minimum for the pressure
28 * @pressure: are we getting pressure info or not
36 bool pressure; member
52 if (st->pressure) in grts_cb()
55 if ((!x && !y) || (st->pressure && (press < st->pressure_min))) { in grts_cb()
64 if (st->pressure) in grts_cb()
119 st->pressure = false; in grts_probe()
121 if (!strcmp(chan->channel->datasheet_name, "pressure")) in grts_probe()
122 st->pressure = true; in grts_probe()
126 if (st->pressure) { in grts_probe()
128 "touchscreen-min-pressure", in grts_probe()
131 dev_dbg(dev, "can't get touchscreen-min-pressure property.\n"); in grts_probe()
149 if (st->pressure) in grts_probe()