Searched refs:open_restricted (Results 1 - 14 of 14) sorted by relevance
/third_party/libinput/test/ |
H A D | test-log.c | 51 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 63 .open_restricted = open_restricted,
|
H A D | test-misc.c | 37 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 48 .open_restricted = open_restricted, 598 .open_restricted = open_restricted_leak,
|
H A D | test-path.c | 64 .open_restricted = open_restricted_count, 69 open_restricted(const char *path, int flags, void *data) in open_restricted() function 82 .open_restricted = open_restricted,
|
H A D | test-udev.c | 36 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 48 .open_restricted = open_restricted,
|
H A D | test-touch.c | 539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() function 551 .open_restricted = open_restricted,
|
H A D | litest.c | 811 open_restricted(const char *path, int flags, void *userdata) in open_restricted() function 858 .open_restricted = open_restricted,
|
/third_party/libinput/tools/ |
H A D | shared.c | 331 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function 353 .open_restricted = open_restricted,
|
H A D | libinput-record.c | 2459 open_restricted(const char *path, int flags, void *user_data) in open_restricted() function 2471 .open_restricted = open_restricted,
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 138 fd = open_restricted(libinput, path, O_RDONLY | O_NONBLOCK | O_CLOEXEC); in pad_led_new()
|
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3513 int (*open_restricted)(const char *path, int flags, void *user_data); member 3550 * @ref libinput_interface::open_restricted. Devices that do not have the
|
H A D | libinput-private.h | 565 open_restricted(struct libinput *libinput,
|
H A D | libinput.c | 1853 assert(interface->open_restricted != NULL); in libinput_init() 2044 open_restricted(struct libinput *libinput, in open_restricted() function 2047 return libinput->interface->open_restricted(path, in open_restricted()
|
H A D | evdev.c | 2407 fd = open_restricted(libinput, devnode, in evdev_device_create() 3015 fd = open_restricted(libinput, devnode, in evdev_device_resume()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3513 int (*open_restricted)(const char *path, int flags, void *user_data); member 3550 * @ref libinput_interface::open_restricted. Devices that do not have the
|
Completed in 39 milliseconds