Searched refs:input_list (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 233 XF86ConfInputPtr input_list = NULL; in winConfigKeyboard() local 379 input_list = g_xf86configptr->conf_input_lst; in winConfigKeyboard() 381 while (input_list != NULL) { in winConfigKeyboard() 382 if (winNameCompare(input_list->inp_driver, "keyboard") == 0) { in winConfigKeyboard() 384 if (g_cmdline.keyboard && winNameCompare(input_list->inp_identifier, in winConfigKeyboard() 387 kbd = input_list; in winConfigKeyboard() 389 input_list = input_list->list.next; in winConfigKeyboard() 508 XF86ConfInputPtr input_list = NULL; in winConfigMouse() local 514 input_list = g_xf86configptr->conf_input_lst; in winConfigMouse() 516 while (input_list != NULL) { in winConfigMouse() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0031-waylandsink-Support-pointer-and-touch.patch | 93 + wl_list_for_each_safe (input, tmp, &self->input_list, link) 335 + wl_list_insert(self->input_list.prev, &input->link); 364 + wl_list_init (&self->input_list); 385 + struct wl_list input_list;
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0032-waylandsink-Support-pointer-and-touch.patch | 43 + struct wl_list input_list; 111 + wl_list_for_each_safe (input, tmp, &priv->input_list, link) 350 + wl_list_insert (priv->input_list.prev, &input->link); 379 + wl_list_init (&priv->input_list);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0032-waylandsink-Support-pointer-and-touch.patch | 43 + struct wl_list input_list; 111 + wl_list_for_each_safe (input, tmp, &priv->input_list, link) 350 + wl_list_insert (priv->input_list.prev, &input->link); 379 + wl_list_init (&priv->input_list);
|