Searched refs:bitmask_ev (Results 1 - 1 of 1) sorted by relevance
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 143 const unsigned long* bitmask_ev, in test_pointers() 169 has_keys = test_bit(EV_KEY, bitmask_ev); in test_pointers() 187 has_rel_coordinates = test_bit(EV_REL, bitmask_ev) && test_bit(REL_X, bitmask_rel) && test_bit(REL_Y, bitmask_rel); in test_pointers() 265 const unsigned long* bitmask_ev, in test_key() 274 if (!test_bit(EV_KEY, bitmask_ev)) { in test_key() 317 unsigned long bitmask_ev[NBITS(EV_MAX)]; in builtin_input_id() local 336 get_cap_mask(dev, pdev, "capabilities/ev", bitmask_ev, sizeof(bitmask_ev), test); in builtin_input_id() 341 is_pointer = test_pointers(dev, bitmask_ev, bitmask_abs, in builtin_input_id() 344 is_key = test_key(dev, bitmask_ev, bitmask_ke in builtin_input_id() 142 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) test_pointers() argument 264 test_key(struct udev_device *dev, const unsigned long* bitmask_ev, const unsigned long* bitmask_key, bool test) test_key() argument [all...] |
Completed in 1 milliseconds