Home
last modified time | relevance | path

Searched refs:view_list (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Draw3270.c45 struct list_head view_list; /* List of available views. */ member
515 list_for_each_entry(view, &rp->view_list, list) in raw3270_size_device_done()
519 list_for_each_entry(view, &rp->view_list, list) { in raw3270_size_device_done()
715 INIT_LIST_HEAD(&rp->view_list); in raw3270_setup_device()
872 list_for_each_entry(nv, &rp->view_list, list) in raw3270_activate_view()
904 list_add_tail(&view->list, &rp->view_list); in raw3270_deactivate_view()
908 list_for_each_entry(view, &rp->view_list, list) { in raw3270_deactivate_view()
946 list_add(&view->list, &rp->view_list); in raw3270_add_view()
971 list_for_each_entry(tmp, &rp->view_list, list) { in raw3270_find_view()
1005 list_for_each_entry(nv, &rp->view_list, list) { in raw3270_del_view()
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0027-Support-holding-display-for-the-first-app.patch95 wl_list_init(&compositor->view_list);
100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch90 + wl_list_for_each(view, &surface->view_list, link)
H A D0015-backend-drm-Support-selecting-monitors.patch1009 * Use view_list in case the output did not go through repaint
1013 wl_list_for_each(view, &compositor->view_list, link) {
H A D0017-backend-drm-Support-mirror-mode.patch685 * Use view_list, as paint nodes have not been created for this
H A D0019-backend-drm-Support-controlling-output-dynamically.patch118 + wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0027-Support-holding-display-for-the-first-app.patch95 wl_list_init(&compositor->view_list);
100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch90 + wl_list_for_each(view, &surface->view_list, link)
H A D0015-backend-drm-Support-selecting-monitors.patch1009 * Use view_list in case the output did not go through repaint
1013 wl_list_for_each(view, &compositor->view_list, link) {
H A D0017-backend-drm-Support-mirror-mode.patch683 * Use view_list, as paint nodes have not been created for this
H A D0019-backend-drm-Support-controlling-output-dynamically.patch119 + wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0024-Support-holding-display-for-the-first-app.patch95 wl_list_init(&compositor->view_list);
100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
H A D0020-HACK-Support-setting-surface-flags-activate-and-alph.patch31 + new_layer_link = &shsurf->shell->top_layer.view_list;
33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
H A D0007-HACK-xdg-shell-Support-setting-window-position.patch76 + wl_list_for_each(view, &surface->view_list, link)
H A D0013-backend-drm-Support-selecting-monitors.patch120 weston_layer_entry_insert(&compositor->fade_layer.view_list,
1003 * Use view_list in case the output did not go through repaint
1007 wl_list_for_each(view, &compositor->view_list, link) {
H A D0015-backend-drm-Support-mirror-mode.patch677 * Use view_list, as paint nodes have not been created for this
H A D0016-backend-drm-Support-controlling-output-dynamically.patch112 + wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h159 struct list_head *view_list);
H A Dvmwgfx_so.c135 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_commit_notify()
186 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_create()
H A Dvmwgfx_surface.c635 INIT_LIST_HEAD(&srf->view_list); in vmw_surface_init()
1328 vmw_view_surface_list_destroy(dev_priv, &srf->view_list); in vmw_gb_surface_destroy()
H A Dvmwgfx_drv.h277 struct list_head view_list; member