Home
last modified time | relevance | path

Searched refs:screen (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host()
120 if (screen >= 0) { in vbva_inform_host()
122 p->screen_id = screen; in vbva_inform_host()
138 struct vbva_buffer *vbva, s32 screen) in vbva_enable()
147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable()
149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable()
155 s32 screen) in vbva_disable()
161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
107 vbva_inform_host(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen, bool enable) vbva_inform_host() argument
137 vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, struct vbva_buffer *vbva, s32 screen) vbva_enable() argument
154 vbva_disable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen) vbva_disable() argument
H A Dvboxvideo_guest.h12 * information to the host via VBVA. Each screen has its own VBVA buffer.
15 /* Offset of the buffer in the VRAM section for the screen */
41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host()
120 if (screen >= 0) { in vbva_inform_host()
122 p->screen_id = screen; in vbva_inform_host()
138 struct vbva_buffer *vbva, s32 screen) in vbva_enable()
147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable()
149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable()
155 s32 screen) in vbva_disable()
161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
107 vbva_inform_host(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen, bool enable) vbva_inform_host() argument
137 vbva_enable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, struct vbva_buffer *vbva, s32 screen) vbva_enable() argument
154 vbva_disable(struct vbva_buf_ctx *vbva_ctx, struct gen_pool *ctx, s32 screen) vbva_disable() argument
H A Dvboxvideo_guest.h12 * information to the host via VBVA. Each screen has its own VBVA buffer.
15 /* Offset of the buffer in the VRAM section for the screen */
41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dbrowser.c19 GdkScreen *screen; in perf_gtk__resize_window() local
24 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window()
26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window()
28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dbrowser.c19 GdkScreen *screen; in perf_gtk__resize_window() local
24 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window()
26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window()
28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtty3270.c59 * 1) describe line orientation & lines list concept against screen
60 * 2) describe conversion of screen to lines
80 /* Current tty screen. */
84 struct tty3270_line *screen; member
120 #define TTY_UPDATE_ALL 16 /* Recreate screen. */
134 * The input line are the two last lines of the screen.
191 * The status line is the last line of the screen. It shows the string
192 * "Running"/"Holding" in the lower right corner of the screen.
252 * containing all lines that will fit on the screen. in tty3270_rebuild_update()
324 * Create a blank screen an
807 struct tty3270_line *screen; tty3270_alloc_screen() local
834 tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) tty3270_free_screen() argument
849 struct tty3270_line *screen, *oscreen; tty3270_resize_work() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3270.c76 * 1) describe line orientation & lines list concept against screen
77 * 2) describe conversion of screen to lines
95 /* Current tty screen. */
100 struct tty3270_line *screen; member
132 #define TTY_UPDATE_LINES 0x4 /* Update visible screen lines */
133 #define TTY_UPDATE_ALL 0x7 /* Recreate screen. */
193 return tp->screen + tty3270_line_increment(tp, tp->line_write_start, num); in tty3270_get_write_line()
198 return tp->screen + tty3270_line_increment(tp, tp->line_view_start, num - tp->nr_up); in tty3270_get_view_line()
214 * The input line are the two last lines of the screen.
249 * The status line is the last line of the screen
893 struct tty3270_line *screen; tty3270_alloc_screen() local
950 tty3270_free_screen(struct tty3270_line *screen, int old_lines) tty3270_free_screen() argument
967 struct tty3270_line *screen, *oscreen; tty3270_resize() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsm501fb.c106 struct sm501_mem screen; member
209 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem()
225 end = par->screen.sm_addr; in sm501_alloc_mem()
482 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) { in sm501fb_set_par_common()
488 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr; in sm501fb_set_par_common()
492 info->screen_base = fbi->fbmem + par->screen.sm_addr; in sm501fb_set_par_common()
495 /* set start of framebuffer to the screen */ in sm501fb_set_par_common()
497 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common()
594 reg = (par->screen in sm501fb_pan_crt()
[all...]
H A Dau1200fb.c167 /* Default number of visible screen buffer to allocate */
715 /* Check for off-screen adjustments */ in au1200_setlocation()
719 /* Off-screen to the right */ in au1200_setlocation()
721 /*printk("off screen right\n");*/ in au1200_setlocation()
725 /* Off-screen to the bottom */ in au1200_setlocation()
727 /*printk("off screen bottom\n");*/ in au1200_setlocation()
731 /* Off-screen to the left */ in au1200_setlocation()
735 /*printk("off screen left\n");*/ in au1200_setlocation()
739 /* Off-screen to the top */ in au1200_setlocation()
743 /*printk("off screen to in au1200_setlocation()
[all...]
H A Dau1200fb.h40 volatile uint32 screen; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsm501fb.c106 struct sm501_mem screen; member
209 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem()
225 end = par->screen.sm_addr; in sm501_alloc_mem()
482 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) { in sm501fb_set_par_common()
488 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr; in sm501fb_set_par_common()
492 info->screen_base = fbi->fbmem + par->screen.sm_addr; in sm501fb_set_par_common()
495 /* set start of framebuffer to the screen */ in sm501fb_set_par_common()
497 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common()
594 reg = (par->screen in sm501fb_pan_crt()
[all...]
H A Dau1200fb.c167 /* Default number of visible screen buffer to allocate */
715 /* Check for off-screen adjustments */ in au1200_setlocation()
719 /* Off-screen to the right */ in au1200_setlocation()
721 /*printk("off screen right\n");*/ in au1200_setlocation()
725 /* Off-screen to the bottom */ in au1200_setlocation()
727 /*printk("off screen bottom\n");*/ in au1200_setlocation()
731 /* Off-screen to the left */ in au1200_setlocation()
735 /*printk("off screen left\n");*/ in au1200_setlocation()
739 /* Off-screen to the top */ in au1200_setlocation()
743 /*printk("off screen to in au1200_setlocation()
[all...]
H A Dau1200fb.h40 volatile uint32 screen; member
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dutil.c20 dlg.screen.atr = A_NORMAL; in set_mono_theme()
60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
180 init_one_color(&dlg.screen); in init_dialog_colors()
249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
255 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
570 /* redraw screen in new size */
H A Ddialog.h98 struct dialog_color screen; member
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dutil.c20 dlg.screen.atr = A_NORMAL; in set_mono_theme()
60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
180 init_one_color(&dlg.screen); in init_dialog_colors()
249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
255 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
570 /* redraw screen in new size */
H A Ddialog.h82 struct dialog_color screen; member
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H A Dnv_type.h60 u32 screen; member
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H A Dnv_type.h60 u32 screen; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth_ioctl.h81 } __attribute__((packed)) screen; /* screen service cmd. str. */ member
H A Dgdth.c1135 *(u32 *)&cmd_ptr->u.screen.su.data[0] = p1; in gdth_internal_cmd()
1136 *(u32 *)&cmd_ptr->u.screen.su.data[4] = (u32)p2; in gdth_internal_cmd()
1137 *(u32 *)&cmd_ptr->u.screen.su.data[8] = (u32)p3; in gdth_internal_cmd()
1177 /* initialize controller services, at first: screen service */ in gdth_search_drives()
1187 printk("GDT-HA %d: Initialization error screen service (code %d)\n", in gdth_search_drives()
2675 cmdp->u.screen.reserved = 0; in gdth_sync_event()
2676 cmdp->u.screen.su.msg.msg_handle= msg->msg_handle; in gdth_sync_event()
2677 cmdp->u.screen.su.msg.msg_addr = ha->msg_phys; in gdth_sync_event()
2679 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
2709 cmdp->u.screen in gdth_sync_event()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1508 old = btv->screen; in bttv_switch_overlay()
1509 btv->screen = new; in bttv_switch_overlay()
2153 /* clip against screen */ in setup_window_lock()
3399 btv->screen ? (unsigned long long)btv->screen->top.dma : 0, in bttv_print_riscaddr()
3400 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr()
3521 /* screen overlay ? */ in bttv_irq_next_video()
3522 if (NULL != btv->screen) { in bttv_irq_next_video()
3523 if (V4L2_FIELD_HAS_BOTH(btv->screen in bttv_irq_next_video()
[all...]
H A Dbttvp.h457 struct bttv_buffer *screen; /* overlay */ member
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H A Driva_hw.h173 * 2D screen-screen BLT.
501 U032 screen; member

Completed in 28 milliseconds

12