Searched refs:input_dev_touch (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c597 struct input_dev *input_dev_touch; local
603 input_dev_touch = input_allocate_device();
604 if (!w8001 || !input_dev_pen || !input_dev_touch) {
611 w8001->touch_dev = input_dev_touch;
657 input_dev_touch->name = w8001->touch_name;
659 w8001_set_devdata(input_dev_touch, w8001, serio);
665 input_free_device(input_dev_touch);
666 input_dev_touch = NULL;
681 input_free_device(input_dev_touch);

Completed in 222 milliseconds