Searched refs:close_restricted (Results 1 - 14 of 14) sorted by relevance
/third_party/libinput/test/ |
H A D | test-log.c | 57 static void close_restricted(int fd, void *data) in close_restricted() function 64 .close_restricted = close_restricted,
|
H A D | test-misc.c | 42 static void close_restricted(int fd, void *data) in close_restricted() function 49 .close_restricted = close_restricted, 599 .close_restricted = close_restricted_leak,
|
H A D | test-path.c | 65 .close_restricted = close_restricted_count, 76 close_restricted(int fd, void *data) in close_restricted() function 83 .close_restricted = close_restricted,
|
H A D | test-udev.c | 42 static void close_restricted(int fd, void *data) in close_restricted() function 49 .close_restricted = close_restricted,
|
H A D | test-touch.c | 545 static void close_restricted(int fd, void *data) in close_restricted() function 552 .close_restricted = close_restricted,
|
H A D | litest.c | 841 close_restricted(int fd, void *userdata) in close_restricted() function 859 .close_restricted = close_restricted,
|
/third_party/libinput/tools/ |
H A D | shared.c | 347 close_restricted(int fd, void *user_data) in close_restricted() function 354 .close_restricted = close_restricted,
|
H A D | libinput-record.c | 2465 static void close_restricted(int fd, void *user_data) in close_restricted() function 2472 .close_restricted = close_restricted,
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 110 close_restricted(libinput, led->brightness_fd); in pad_led_destroy()
|
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3521 void (*close_restricted)(int fd, void *user_data); member
|
H A D | evdev.c | 2490 close_restricted(libinput, fd); in evdev_device_create() 2991 close_restricted(libinput, device->fd); in evdev_device_suspend() 3022 close_restricted(libinput, fd); in evdev_device_resume()
|
H A D | libinput-private.h | 569 close_restricted(struct libinput *libinput, int fd);
|
H A D | libinput.c | 1854 assert(interface->close_restricted != NULL); in libinput_init() 2053 close_restricted(struct libinput *libinput, int fd) in close_restricted() function 2055 libinput->interface->close_restricted(fd, libinput->user_data); in close_restricted()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 3495 * open_restricted() and close_restricted() are called for each path that 3521 void (*close_restricted)(int fd, void *user_data); member
|
Completed in 38 milliseconds