Searched refs:bitmask_ev (Results 1 - 1 of 1) sorted by relevance
/systemd/src/udev/ |
H A D | udev-builtin-input_id.c | 134 const unsigned long* bitmask_ev, 159 has_keys = test_bit(EV_KEY, bitmask_ev); 176 has_rel_coordinates = test_bit(EV_REL, bitmask_ev) && test_bit(REL_X, bitmask_rel) && test_bit(REL_Y, bitmask_rel); 237 const unsigned long* bitmask_ev, 246 if (!test_bit(EV_KEY, bitmask_ev)) { 286 unsigned long bitmask_ev[NBITS(EV_MAX)]; local 307 get_cap_mask(dev, pdev, "capabilities/ev", bitmask_ev, sizeof(bitmask_ev), test); 312 is_pointer = test_pointers(dev, bitmask_ev, bitmask_abs, 315 is_key = test_key(dev, bitmask_ev, bitmask_ke 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 [all...] |
Completed in 895 milliseconds