Lines Matching refs:device
59 evdev_log_debug(tp->device,
321 mm = evdev_device_unit_delta_to_mm(tp->device, &distance);
334 evdev_log_debug(tp->device,
386 struct evdev_device *device = tp->device;
402 evdev_device_get_size(device, &w, &h);
413 edges = evdev_device_mm_to_units(device, &mm);
417 edges = evdev_device_mm_to_units(device, &mm);
420 quirks = evdev_libinput_context(device)->quirks;
421 q = quirks_fetch_for_device(quirks, device->udev_device);
423 if (libevdev_has_event_code(device->evdev, EV_ABS, ABS_MT_PRESSURE)) {
432 if (libevdev_has_event_code(device->evdev, EV_ABS, ABS_MT_TOUCH_MAJOR)) {
445 evdev_log_debug(device,