Home
last modified time | relevance | path

Searched refs:libinput_seat_get_physical_name (Results 1 – 10 of 10) sorted by relevance

/third_party/libinput/doc/user/dot/
Dseats-sketch.gv15 pseat0 [label="phys seat0"; URL="\ref libinput_seat_get_physical_name"];
16 pseat1 [label="phys seat1"; URL="\ref libinput_seat_get_physical_name"];
/third_party/libinput/src/
Dlibinput.sym117 libinput_seat_get_physical_name;
Dlibinput.h3960 libinput_seat_get_physical_name(struct libinput_seat *seat);
Dlibinput.c2131 libinput_seat_get_physical_name(struct libinput_seat *seat) in libinput_seat_get_physical_name() function
/third_party/libinput/tools/
Dlibinput-list-devices.c297 libinput_seat_get_physical_name(seat), in print_device_notify()
Dlibinput-debug-events.c265 libinput_seat_get_physical_name(seat), in print_device_notify()
Dlibinput-record.c439 libinput_seat_get_physical_name(seat), in print_device_notify()
/third_party/libinput/export_include/
Dlibinput.h3960 libinput_seat_get_physical_name(struct libinput_seat *seat);
/third_party/libinput/doc/user/
Ddevice-configuration-via-udev.rst44 **libinput_seat_get_physical_name()**. Defaults to "seat0".
/third_party/libinput/test/
Dtest-device.c1650 seat_name = libinput_seat_get_physical_name(seat); in START_TEST()