Searched defs:bitmask_key (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-input_id.c136 const unsigned long* bitmask_key,
173 stylus_or_pen = test_bit(BTN_STYLUS, bitmask_key) || test_bit(BTN_TOOL_PEN, bitmask_key);
174 finger_but_no_pen = test_bit(BTN_TOOL_FINGER, bitmask_key) && !test_bit(BTN_TOOL_PEN, bitmask_key);
175 has_mouse_button = test_bit(BTN_LEFT, bitmask_key);
183 has_touch = test_bit(BTN_TOUCH, bitmask_key);
187 has_joystick_axes_or_buttons = test_bit(BTN_TRIGGER, bitmask_key) ||
188 test_bit(BTN_A, bitmask_key) ||
189 test_bit(BTN_1, bitmask_key) ||
133 test_pointers(struct udev_device *dev, const unsigned long* bitmask_ev, const unsigned long* bitmask_abs, const unsigned long* bitmask_key, const unsigned long* bitmask_rel, const unsigned long* bitmask_props, bool test) argument
236 test_key(struct udev_device *dev, const unsigned long* bitmask_ev, const unsigned long* bitmask_key, bool test) argument
288 unsigned long bitmask_key[NBITS(KEY_MAX)]; local
[all...]

Completed in 10 milliseconds