| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | raw3270.c | 45 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 D | 0027-Support-holding-display-for-the-first-app.patch | 95 wl_list_init(&compositor->view_list); 100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
|
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 31 + new_layer_link = &shsurf->shell->top_layer.view_list; 33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
|
| H A D | 0008-HACK-xdg-shell-Support-setting-window-position.patch | 90 + wl_list_for_each(view, &surface->view_list, link)
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 1009 * Use view_list in case the output did not go through repaint 1013 wl_list_for_each(view, &compositor->view_list, link) {
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 685 * Use view_list, as paint nodes have not been created for this
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 118 + 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 D | 0027-Support-holding-display-for-the-first-app.patch | 95 wl_list_init(&compositor->view_list); 100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
|
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 31 + new_layer_link = &shsurf->shell->top_layer.view_list; 33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
|
| H A D | 0008-HACK-xdg-shell-Support-setting-window-position.patch | 90 + wl_list_for_each(view, &surface->view_list, link)
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 1009 * Use view_list in case the output did not go through repaint 1013 wl_list_for_each(view, &compositor->view_list, link) {
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 683 * Use view_list, as paint nodes have not been created for this
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 119 + 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 D | 0024-Support-holding-display-for-the-first-app.patch | 95 wl_list_init(&compositor->view_list); 100 wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
|
| H A D | 0020-HACK-Support-setting-surface-flags-activate-and-alph.patch | 31 + new_layer_link = &shsurf->shell->top_layer.view_list; 33 + new_layer_link = &shsurf->shell->bottom_layer.view_list;
|
| H A D | 0007-HACK-xdg-shell-Support-setting-window-position.patch | 76 + wl_list_for_each(view, &surface->view_list, link)
|
| H A D | 0013-backend-drm-Support-selecting-monitors.patch | 120 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 D | 0015-backend-drm-Support-mirror-mode.patch | 677 * Use view_list, as paint nodes have not been created for this
|
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 112 + wl_list_for_each(view, &layer->view_list.link, layer_link.link) {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_so.h | 159 struct list_head *view_list);
|
| H A D | vmwgfx_so.c | 135 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 D | vmwgfx_surface.c | 635 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 D | vmwgfx_drv.h | 277 struct list_head view_list; member
|