Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 36) sorted by relevance

12

/drivers/accessibility/speakup/
DDefaultKeyAssignments12 InsKeyPad-8 say from top of screen to reading cursor.
26 InsKeyPad-plus Say from reading cursor line to bottom of screen.
31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
39 allowed value for the row or column for your current screen.
40 KeyPad-/ Mark and Cut screen region.
41 InsKeyPad-/ Paste screen region into any console.
DTODO5 Speakup is a kernel based screen review package for the linux operating
DKconfig8 This is the Speakup screen reader. Think of it as a
/drivers/gpu/drm/vboxvideo/
Dvbva_base.c108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument
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() argument
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() argument
161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
Dvboxvideo_guest.h41 struct vbva_buffer *vbva, s32 screen);
43 s32 screen);
/drivers/s390/char/
Dtty3270.c84 struct tty3270_line *screen; member
333 tp->screen[i].len = 0; in tty3270_blank_screen()
809 struct tty3270_line *screen; in tty3270_alloc_screen() local
814 screen = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen()
815 if (!screen) in tty3270_alloc_screen()
819 screen[lines].cells = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen()
820 if (!screen[lines].cells) in tty3270_alloc_screen()
823 return screen; in tty3270_alloc_screen()
826 kfree(screen[lines].cells); in tty3270_alloc_screen()
827 kfree(screen); in tty3270_alloc_screen()
[all …]
/drivers/staging/media/av7110/
Dvideo-stop.rst47 - Indicates how the screen shall be handled.
52 - TRUE: Blank screen when stop.
66 stream. Depending on the input parameter, the screen can be blanked out
Dvideo-set-blank.rst47 - TRUE: Blank screen when stop.
Dvideo-set-format.rst52 This ioctl sets the screen format (aspect ratio) of the connected output
Dvideo.rst15 stream, not its presentation on the TV or computer screen. On PCs this
/drivers/video/fbdev/
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()
497 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP, in sm501fb_set_par_common()
594 reg = (par->screen.sm_addr + xoffs + in sm501fb_pan_crt()
664 sm501_alloc_mem(fbi, &par->screen, SM501_MEMF_CRT, 0, in sm501fb_set_par_crt()
1346 smc501_writel(par->screen.sm_addr, fbi->regs2d + SM501_2D_SOURCE_BASE); in sm501fb_copyarea()
[all …]
Dau1200fb.c787 if (lcd->screen & LCD_SCREEN_SEN) { in au1200_setpanel()
793 lcd->screen &= ~LCD_SCREEN_SEN; /*disable the controller*/ in au1200_setpanel()
839 lcd->screen = panel->mode_screen; in au1200_setpanel()
862 lcd->screen |= LCD_SCREEN_SEN; in au1200_setpanel()
889 D(lcd->screen); in au1200_setpanel()
1277 pdata->xsize = ((lcd->screen & LCD_SCREEN_SX) >> 19) + 1; in get_global()
1278 pdata->ysize = ((lcd->screen & LCD_SCREEN_SY) >> 8) + 1; in get_global()
Dau1200fb.h40 volatile uint32 screen; member
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset8 s-Par's automatic installation progress screen when an error
18 installation progress screen. This field has no effect if not in
27 s-Par's automatic installation progress screen. Setting this
/drivers/input/
DKconfig107 int "Horizontal screen resolution"
113 screen resolution you are using to correctly scale the data. If
117 int "Vertical screen resolution"
123 screen resolution you are using to correctly scale the data. If
/drivers/video/console/
DKconfig53 int "Initial number of console screen columns"
63 int "Initial number of console screen rows"
136 black screen as soon as fbcon loads.
/drivers/iio/position/
DKconfig27 This sensor present three angles, hinge angel, screen angles
/drivers/media/pci/bt8xx/
Dbttv-driver.c1508 old = btv->screen; in bttv_switch_overlay()
1509 btv->screen = new; in bttv_switch_overlay()
3391 btv->screen ? (unsigned long long)btv->screen->top.dma : 0, in bttv_print_riscaddr()
3392 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr()
3514 if (NULL != btv->screen) { in bttv_irq_next_video()
3515 if (V4L2_FIELD_HAS_BOTH(btv->screen->vb.field)) { in bttv_irq_next_video()
3517 set->top = btv->screen; in bttv_irq_next_video()
3518 set->bottom = btv->screen; in bttv_irq_next_video()
3521 if (V4L2_FIELD_TOP == btv->screen->vb.field && in bttv_irq_next_video()
3523 set->top = btv->screen; in bttv_irq_next_video()
[all …]
Dbttvp.h457 struct bttv_buffer *screen; /* overlay */ member
/drivers/video/fbdev/nvidia/
Dnv_type.h60 u32 screen; member
/drivers/clk/qcom/
DKconfig351 splash screen.
360 splash screen.
518 splash screen.
550 splash screen.
/drivers/video/fbdev/riva/
Driva_hw.h501 U032 screen; member
/drivers/gpu/drm/tiny/
DKconfig91 * No-name 2.2" color screen module
/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h795 SVGAScreenObject screen; member
/drivers/media/pci/ngene/
Dngene.h718 struct ngene_buffer *screen; /* overlay */ member

12