Home
last modified time | relevance | path

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

123

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet.h112 switch (evcode) { in evcode_to_axis()
150 switch (evcode) { in rel_evcode_to_axis()
165 uint32_t evcode; in axis_to_evcode() local
169 evcode = ABS_X; in axis_to_evcode()
172 evcode = ABS_Y; in axis_to_evcode()
175 evcode = ABS_DISTANCE; in axis_to_evcode()
181 evcode = ABS_TILT_X; in axis_to_evcode()
184 evcode = ABS_TILT_Y; in axis_to_evcode()
187 evcode = ABS_Z; in axis_to_evcode()
190 evcode = ABS_WHEEL; in axis_to_evcode()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-event-evdev.c34 guint32 evcode; member
83 guint32 evcode) in _clutter_evdev_event_set_event_code() argument
88 event_evdev->evcode = evcode; in _clutter_evdev_event_set_event_code()
133 return event_evdev->evcode; in clutter_evdev_event_get_event_code()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-event-evdev.c34 guint32 evcode; member
83 guint32 evcode) in _clutter_evdev_event_set_event_code() argument
88 event_evdev->evcode = evcode; in _clutter_evdev_event_set_event_code()
133 return event_evdev->evcode; in clutter_evdev_event_get_event_code()
H A Dclutter-virtual-input-device-evdev.c314 guint keysym, keycode, evcode; in apply_level_modifiers() local
338 keycode, &evcode); in apply_level_modifiers()
342 evcode, in apply_level_modifiers()
356 guint keycode = 0, level = 0, evcode = 0; in clutter_virtual_input_device_evdev_notify_keyval() local
369 keycode, &evcode); in clutter_virtual_input_device_evdev_notify_keyval()
371 if (get_button_type (evcode) != EVDEV_BUTTON_TYPE_KEY) in clutter_virtual_input_device_evdev_notify_keyval()
373 g_warning ("Unknown/invalid virtual device key 0x%x pressed\n", evcode); in clutter_virtual_input_device_evdev_notify_keyval()
377 key_count = update_button_count (virtual_evdev, evcode, key_state); in clutter_virtual_input_device_evdev_notify_keyval()
382 update_button_count (virtual_evdev, evcode, 1 - key_state); in clutter_virtual_input_device_evdev_notify_keyval()
392 evcode, in clutter_virtual_input_device_evdev_notify_keyval()
H A Dclutter-input-device-tool-evdev.c99 guint evcode) in clutter_evdev_input_device_tool_set_button_code() argument
107 if (evcode == 0) in clutter_evdev_input_device_tool_set_button_code()
114 GUINT_TO_POINTER (evcode)); in clutter_evdev_input_device_tool_set_button_code()
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/t/
H A D60-fsck.t194 is($nopa->{evcode}, "NOPA", "evcode for no paths logged");
198 is($srch->{evcode}, "SRCH", "evcode for start search logged");
202 is($fond->{evcode}, "FOND", "evcode for start search logged");
235 is($povi->{evcode}, "POVI", "policy violation logged by fsck");
238 is($repl->{evcode}, "REPL", "replication request logged by fsck");
262 is($fsck_log[0]->{evcode}, "BCNT", "bad count logged");
280 is($miss->{evcode}, "MISS", "missing file logged by fsck");
283 is($repl->{evcode}, "REPL", "replication request logged by fsck");
310 is($blen->{evcode}, "BLEN", "missing file logged by fsck");
460 is($fsck_log[0]->{evcode}, "POVI", "policy violation logged");
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-virtual-input-device-native.c522 guint keysym, keycode, evcode; in apply_level_modifiers_in_impl() local
545 evcode = meta_xkb_keycode_to_evdev (keycode); in apply_level_modifiers_in_impl()
550 evcode, virtual_device); in apply_level_modifiers_in_impl()
555 evcode, in apply_level_modifiers_in_impl()
570 guint keycode = 0, level = 0, evcode = 0; in notify_keyval_in_impl() local
583 evcode = meta_xkb_keycode_to_evdev (keycode); in notify_keyval_in_impl()
585 if (get_button_type (evcode) != EVDEV_BUTTON_TYPE_KEY) in notify_keyval_in_impl()
587 g_warning ("Unknown/invalid virtual device key 0x%x pressed", evcode); in notify_keyval_in_impl()
594 g_warning ("Received multiple virtual 0x%x key %s (ignoring)", evcode, in notify_keyval_in_impl()
605 evcode, level, key_count, virtual_evdev); in notify_keyval_in_impl()
[all …]
H A Dmeta-input-device-tool-native.c114 uint32_t evcode) in meta_input_device_tool_native_set_button_code_in_impl() argument
122 if (evcode == 0) in meta_input_device_tool_native_set_button_code_in_impl()
129 GUINT_TO_POINTER (evcode)); in meta_input_device_tool_native_set_button_code_in_impl()
H A Dmeta-input-settings-native.c379 guint evcode; in meta_input_settings_native_set_scroll_button() local
388 evcode = 0; in meta_input_settings_native_set_scroll_button()
395 evcode = BTN_LEFT; in meta_input_settings_native_set_scroll_button()
398 evcode = BTN_MIDDLE; in meta_input_settings_native_set_scroll_button()
401 evcode = BTN_RIGHT; in meta_input_settings_native_set_scroll_button()
409 evcode = (BTN_LEFT - 1) + button; in meta_input_settings_native_set_scroll_button()
418 libinput_device_config_scroll_set_button (libinput_device, evcode); in meta_input_settings_native_set_scroll_button()
H A Dmeta-xkb-utils.c133 meta_xkb_evdev_to_keycode (uint32_t evcode) in meta_xkb_evdev_to_keycode() argument
136 return evcode + 8; in meta_xkb_evdev_to_keycode()
/dports/x11/libinput/libinput-1.12.6/test/
H A Dlitest-device-uclogic-tablet.c50 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
52 switch (evcode) { in get_axis_default()
H A Dlitest-device-synaptics-st.c51 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
53 switch (evcode) { in get_axis_default()
H A Dlitest-device-apple-appletouch.c46 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
48 switch (evcode) { in get_axis_default()
H A Dlitest-device-huion-pentablet.c51 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
53 switch (evcode) { in get_axis_default()
H A Dlitest-device-wacom-isdv4-e6-pen.c53 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
55 switch (evcode) { in get_axis_default()
H A Dlitest-device-wacom-bamboo-2fg-pen.c58 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
60 switch (evcode) { in get_axis_default()
H A Dlitest-device-wacom-hid4800-pen.c58 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
60 switch (evcode) { in get_axis_default()
H A Dlitest-device-synaptics-hover.c57 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
59 switch (evcode) { in get_axis_default()
H A Dlitest-device-wacom-bamboo-16fg-pen.c58 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
60 switch (evcode) { in get_axis_default()
H A Dlitest-device-alps-semi-mt.c57 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
59 switch (evcode) { in get_axis_default()
H A Dlitest-device-elantech-touchpad.c53 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
55 switch (evcode) { in get_axis_default()
H A Dlitest-device-alps-dualpoint.c57 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
59 switch (evcode) { in get_axis_default()
H A Dlitest-device-wacom-intuos5-finger.c55 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
57 switch (evcode) { in get_axis_default()
H A Dlitest-device-synaptics-t440.c55 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) in get_axis_default() argument
57 switch (evcode) { in get_axis_default()
/dports/x11/xorgproto/xorgproto-2021.5/scripts/
H A Dkeysym-generator.py148 evcode = libevdev.evbit(libevdev.EV_KEY.value, code)
149 if not evcode.is_defined: # codes without a #define in the kernel
151 if evcode.name.startswith("BTN_"):
154 name = "".join([s.capitalize() for s in evcode.name[4:].lower().split("_")])
157 kver = kernel.introduced_in_version(evcode.name) or " "

123