Searched refs:keyboard_device_count (Results 1 – 4 of 4) sorted by relevance
1401 if (seat->keyboard_device_count > 0) in seat_send_updated_caps()3257 seat->keyboard_device_count += 1; in weston_seat_init_keyboard()3258 if (seat->keyboard_device_count == 1) in weston_seat_init_keyboard()3289 seat->keyboard_device_count = 1; in weston_seat_init_keyboard()3326 seat->keyboard_device_count--; in weston_seat_release_keyboard()3327 assert(seat->keyboard_device_count >= 0); in weston_seat_release_keyboard()3328 if (seat->keyboard_device_count == 0) { in weston_seat_release_keyboard()3496 if (seat->keyboard_device_count) in weston_seat_get_keyboard()
769 if (seat->keyboard_device_count == 0) in evdev_notify_keyboard_focus_l()
243 if (seat->base.keyboard_device_count) in ss_seat_handle_keymap()
778 int keyboard_device_count; member