Lines Matching refs:libevdev_disable_property
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);
29288 + ck_assert_int_eq(libevdev_disable_property(dev, INPUT_PROP_BUTTONPAD), 0);