Searched refs:touchdev (Results 1 – 1 of 1) sorted by relevance
226 touchdev->stop_touchscreen = true; in vf50_ts_close()286 touchdev = devm_kzalloc(dev, sizeof(*touchdev), GFP_KERNEL); in vf50_ts_probe()287 if (!touchdev) in vf50_ts_probe()290 touchdev->pdev = pdev; in vf50_ts_probe()291 touchdev->channels = channels; in vf50_ts_probe()294 &touchdev->min_pressure); in vf50_ts_probe()315 touchdev->ts_input = input; in vf50_ts_probe()342 if (touchdev->pen_irq < 0) in vf50_ts_probe()343 return touchdev->pen_irq; in vf50_ts_probe()347 "vf50 touch", touchdev); in vf50_ts_probe()[all …]
Completed in 3 milliseconds