Searched refs:device_added (Results 1 - 9 of 9) sorted by relevance
/third_party/libinput/src/ |
H A D | udev-seat.c | 76 device_added(struct udev_device *udev_device, in device_added() function 202 if (device_added(device, input, NULL) < 0) { in udev_input_add_devices() 234 device_added(udev_device, input, NULL); in evdev_udev_handler() 383 rc = device_added(udev_device, input, seat_name); in udev_device_change_seat()
|
H A D | evdev.c | 2168 if (d->dispatch->interface->device_added) in evdev_notify_added_device() 2169 d->dispatch->interface->device_added(d, device); in evdev_notify_added_device() 2172 if (device->dispatch->interface->device_added) in evdev_notify_added_device() 2173 device->dispatch->interface->device_added(device, d); in evdev_notify_added_device()
|
H A D | evdev-tablet-pad.c | 539 .device_added = NULL,
|
H A D | evdev-totem.c | 706 .device_added = totem_interface_device_added,
|
H A D | evdev.h | 304 void (*device_added)(struct evdev_device *device, member
|
H A D | evdev-fallback.c | 1430 .device_added = fallback_interface_device_added,
|
H A D | evdev-tablet.c | 2366 .device_added = tablet_device_added,
|
H A D | evdev-mt-touchpad.c | 2844 .device_added = tp_interface_device_added,
|
/third_party/libinput/test/ |
H A D | test-misc.c | 99 int device_added = 0, device_removed = 0; in START_TEST() local 129 device_added++; in START_TEST() 150 ck_assert_int_gt(device_added, 0); in START_TEST()
|
Completed in 23 milliseconds