Searched refs:libevdev_disable_property (Results 1 – 7 of 7) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev.sym | 120 libevdev_disable_property;
|
D | libevdev.h | 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop);
|
D | libevdev.c | 1305 libevdev_disable_property(struct libevdev *dev, unsigned int prop) in libevdev_disable_property() function
|
/third_party/libevdev/export_include/libevdev/ |
D | libevdev.h | 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop);
|
/third_party/libevdev/test/ |
D | test-libevdev-has-event.c | 300 ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_MAX + 1), -1); in START_TEST() 301 ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_DIRECT), 0); in START_TEST() 302 ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_BUTTONPAD), 0); in START_TEST()
|
/third_party/libinput/src/ |
D | evdev.c | 2226 libevdev_disable_property(device->evdev, p); in evdev_pre_configure_model_quirks()
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 19285 …e" href="group__kernel.html#ga8f6367c36331c803ad69b2591e210019">libevdev_disable_property</a>(<spa… 19529 …e" href="group__kernel.html#ga8f6367c36331c803ad69b2591e210019">libevdev_disable_property</a>(<spa… 19740 …8f6367c36331c803ad69b2591e210019">libevdev_disable_property</a></div><div class="ttdeci">int libev… 19775 …8f6367c36331c803ad69b2591e210019">libevdev_disable_property</a></div><div class="ttdeci">int libev… 20206 - ['libevdev_5fdisable_5fproperty_14',['libevdev_disable_property',['../group__kernel.html#ga8f636… 20321 + ['libevdev_5fdisable_5fproperty_15',['libevdev_disable_property',['../group__kernel.html#ga8f636… 20923 - ['libevdev_5fdisable_5fproperty_132',['libevdev_disable_property',['../group__kernel.html#ga8f63… 21010 + ['libevdev_5fdisable_5fproperty_133',['libevdev_disable_property',['../group__kernel.html#ga8f63… 29286 + ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_MAX + 1), -1); 29287 + ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_DIRECT), 0); [all …]
|