Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Dudev-seat.c76 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 Devdev.c2168 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 Devdev-tablet-pad.c539 .device_added = NULL,
H A Devdev-totem.c706 .device_added = totem_interface_device_added,
H A Devdev.h304 void (*device_added)(struct evdev_device *device, member
H A Devdev-fallback.c1430 .device_added = fallback_interface_device_added,
H A Devdev-tablet.c2366 .device_added = tablet_device_added,
H A Devdev-mt-touchpad.c2844 .device_added = tp_interface_device_added,
/third_party/libinput/test/
H A Dtest-misc.c99 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