Home
last modified time | relevance | path

Searched refs:evcode (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-keyboard.c110 static int override_abs(sd_device *dev, int fd, unsigned evcode, const char *value) { in override_abs() argument
114 if (ioctl(fd, EVIOCGABS(evcode), &absinfo) < 0) in override_abs()
127evcode, absinfo.minimum, absinfo.maximum, absinfo.resolution, absinfo.fuzz, absinfo.flat); in override_abs()
128 if (ioctl(fd, EVIOCSABS(evcode), &absinfo) < 0) in override_abs()
205 unsigned evcode; in builtin_keyboard() local
208 r = safe_atou_full(key + 10, 16, &evcode); in builtin_keyboard()
236 (void) override_abs(dev, fd, evcode, value); in builtin_keyboard()