Home
last modified time | relevance | path

Searched refs:uinput_device_get_devnode (Results 1 – 5 of 5) sorted by relevance

/third_party/libevdev/test/
Dtest-kernel.c39 fd = open(uinput_device_get_devnode(uidev), O_RDONLY|O_NONBLOCK); in START_TEST()
131 fd = open(uinput_device_get_devnode(uidev), O_RDONLY|O_NONBLOCK); in START_TEST()
Dtest-common-uinput.h29 const char* uinput_device_get_devnode(const struct uinput_device *dev);
Dtest-common-uinput.c116 uinput_device_get_devnode(const struct uinput_device *dev) in uinput_device_get_devnode() function
Dtest-libevdev-init.c629 fd = open(uinput_device_get_devnode(uidev), O_RDONLY); in START_TEST()
/third_party/libevdev/
Dthird_party_libevdev.diff25219 +uinput_device_get_devnode(const struct uinput_device *dev)
25418 +const char* uinput_device_get_devnode(const struct uinput_device *dev);
26773 + fd = open(uinput_device_get_devnode(uidev), O_RDONLY|O_NONBLOCK);
26865 + fd = open(uinput_device_get_devnode(uidev), O_RDONLY|O_NONBLOCK);
30813 + fd = open(uinput_device_get_devnode(uidev), O_RDONLY);