Home
last modified time | relevance | path

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

/third_party/libinput/doc/user/dot/
Dseats-sketch-libinput.gv12 seat1 [ label="seat phys 0 logical B"];
27 dev3 -> seat1
Dseats-sketch.gv16 pseat1 [label="phys seat1"; URL="\ref libinput_seat_get_physical_name"];
/third_party/libinput/test/
Dtest-udev.c226 struct libinput_seat *seat1, *seat2; in START_TEST() local
252 seat1 = libinput_device_get_seat(device); in START_TEST()
253 libinput_seat_ref(seat1); in START_TEST()
255 seat1_name = libinput_seat_get_logical_name(seat1); in START_TEST()
289 libinput_seat_unref(seat1); in START_TEST()
Dtest-path.c329 struct libinput_seat *seat1, *seat2; in START_TEST() local
343 seat1 = libinput_device_get_seat(device); in START_TEST()
344 libinput_seat_ref(seat1); in START_TEST()
346 seat1_name = libinput_seat_get_logical_name(seat1); in START_TEST()
382 libinput_seat_unref(seat1); in START_TEST()
/third_party/libinput/doc/user/
Ddevice-configuration-via-udev.rst70 Below is an example udev rule to assign "seat1" to a device from vendor
74 ENV{ID_MODEL_ID}=="034b", ENV{ID_SEAT}="seat1"