Home
last modified time | relevance | path

Searched refs:weston_seat_init_keyboard (Results 1 – 8 of 8) sorted by relevance

/third_party/weston/libweston/
Dlibweston-internal.h195 weston_seat_init_keyboard(struct weston_seat *seat, struct xkb_keymap *keymap);
Dlibinput-device.c722 weston_seat_init_keyboard(seat, NULL); in evdev_device_create_l()
Dinput.c3252 weston_seat_init_keyboard(struct weston_seat *seat, struct xkb_keymap *keymap) in weston_seat_init_keyboard() function
/third_party/weston/tests/
Dweston-test.c115 if (weston_seat_init_keyboard(&test->seat, NULL) < 0) in test_seat_init()
330 weston_seat_init_keyboard(seat, NULL); in device_add()
/third_party/weston/compositor/
Dscreen-share.c246 weston_seat_init_keyboard(&seat->base, keymap); in ss_seat_handle_keymap()
/third_party/weston/libweston/backend-rdp/
Drdp.c1080 weston_seat_init_keyboard(peersItem->seat, keymap); in xf_peer_activate()
/third_party/weston/libweston/backend-x11/
Dx11.c392 if (weston_seat_init_keyboard(&b->core_seat, keymap) < 0) in x11_input_create()
/third_party/weston/libweston/backend-wayland/
Dwayland.c1967 weston_seat_init_keyboard(&input->base, keymap); in input_handle_keymap()