Lines Matching refs:mtdev
1066 if (!device->mtdev) { in evdev_device_dispatch_one()
1069 mtdev_put_event(device->mtdev, ev); in evdev_device_dispatch_one()
1071 while (!mtdev_empty(device->mtdev)) { in evdev_device_dispatch_one()
1073 mtdev_get_event(device->mtdev, &e); in evdev_device_dispatch_one()
2346 device->mtdev = NULL; in evdev_device_create()
2666 if (device->mtdev) in evdev_device_get_touch_count()
2890 if (device->mtdev) { in evdev_device_suspend()
2891 mtdev_close_delete(device->mtdev); in evdev_device_suspend()
2892 device->mtdev = NULL; in evdev_device_suspend()
2936 device->mtdev = mtdev_new_open(device->fd); in evdev_device_resume()
2937 if (!device->mtdev) in evdev_device_resume()
2958 mtdev_close_delete(device->mtdev); in evdev_device_resume()