Home
last modified time | relevance | path

Searched defs:device_removed (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Dudev-seat.c149 device_removed(struct udev_device *udev_device, struct udev_input *input) in device_removed() function
Devdev.h308 void (*device_removed)(struct evdev_device *device, member
/third_party/libinput/test/
Dtest-misc.c99 int device_added = 0, device_removed = 0; in START_TEST() local