Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c226 touchdev->stop_touchscreen = true; in vf50_ts_close()
290 touchdev = devm_kzalloc(dev, sizeof(*touchdev), GFP_KERNEL); in vf50_ts_probe()
291 if (!touchdev) in vf50_ts_probe()
294 touchdev->pdev = pdev; in vf50_ts_probe()
295 touchdev->channels = channels; in vf50_ts_probe()
298 &touchdev->min_pressure); in vf50_ts_probe()
319 touchdev->ts_input = input; in vf50_ts_probe()
346 if (touchdev->pen_irq < 0) in vf50_ts_probe()
347 return touchdev->pen_irq; in vf50_ts_probe()
351 "vf50 touch", touchdev); in vf50_ts_probe()
[all …]