Home
last modified time | relevance | path

Searched refs:open_restricted (Results 1 – 15 of 15) sorted by relevance

/third_party/libinput/doc/api/
Dmainpage.dox70 static int open_restricted(const char *path, int flags, void *user_data)
82 .open_restricted = open_restricted,
/third_party/libinput/tools/
Dshared.c248 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function
270 .open_restricted = open_restricted,
Dlibinput-record.c2339 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function
2351 .open_restricted = open_restricted,
/third_party/libinput/test/
Dtest-udev.c36 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function
48 .open_restricted = open_restricted,
Dtest-misc.c37 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function
48 .open_restricted = open_restricted,
595 .open_restricted = open_restricted_leak,
Dtest-path.c64 .open_restricted = open_restricted_count,
69 open_restricted(const char *path, int flags, void *data) in open_restricted() function
82 .open_restricted = open_restricted,
Dtest-touch.c539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function
551 .open_restricted = open_restricted,
Dlitest.c813 open_restricted(const char *path, int flags, void *userdata) in open_restricted() function
860 .open_restricted = open_restricted,
/third_party/weston/libweston/
Dlibinput-seat.c365 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function
383 open_restricted,
/third_party/libinput/src/
Devdev-tablet-pad-leds.c135 fd = open_restricted(libinput, path, O_RDONLY); in pad_led_new()
Dlibinput.h3316 int (*open_restricted)(const char *path, int flags, void *user_data); member
Dlibinput-private.h483 open_restricted(struct libinput *libinput,
Dlibinput.c1767 assert(interface->open_restricted != NULL); in libinput_init()
1959 open_restricted(struct libinput *libinput, in open_restricted() function
1962 return libinput->interface->open_restricted(path, in open_restricted()
Devdev.c2185 fd = open_restricted(libinput, devnode, in evdev_device_create()
2770 fd = open_restricted(libinput, devnode, in evdev_device_resume()
/third_party/libinput/export_include/
Dlibinput.h3316 int (*open_restricted)(const char *path, int flags, void *user_data); member