Lines Matching defs:InputLinux
34 OBJECT_DECLARE_SIMPLE_TYPE(InputLinux,
38 struct InputLinux {
65 QTAILQ_ENTRY(InputLinux) next;
69 static QTAILQ_HEAD(, InputLinux) inputs = QTAILQ_HEAD_INITIALIZER(inputs);
71 static void input_linux_toggle_grab(InputLinux *il)
74 InputLinux *item;
97 static bool input_linux_check_toggle(InputLinux *il)
131 static bool input_linux_should_skip(InputLinux *il,
139 static void input_linux_handle_keyboard(InputLinux *il,
199 static void input_linux_handle_mouse(InputLinux *il, struct input_event *event)
271 InputLinux *il = opaque;
302 InputLinux *il = INPUT_LINUX(uc);
418 InputLinux *il = INPUT_LINUX(obj);
430 InputLinux *il = INPUT_LINUX(obj);
438 InputLinux *il = INPUT_LINUX(obj);
449 InputLinux *il = INPUT_LINUX(obj);
457 InputLinux *il = INPUT_LINUX(obj);
464 InputLinux *il = INPUT_LINUX(obj);
472 InputLinux *il = INPUT_LINUX(obj);
479 InputLinux *il = INPUT_LINUX(obj);
487 InputLinux *il = INPUT_LINUX(obj);
521 .instance_size = sizeof(InputLinux),