Searched defs:screen (Results 1 - 12 of 12) sorted by relevance

/drivers/isdn/divert/
H A Disdn_divert.h52 u_char screen; /* screening: 0 = no info, 1 = info, 2 = nfo with nr */ member in struct:__anon1115
/drivers/staging/frontier/
H A Dalphatrack.c175 unsigned char screen[32]; member in struct:usb_alphatrack
/drivers/scsi/
H A Dgdth_ioctl.h84 } __attribute__((packed)) screen; /* screen service cmd. str. */ member in union:__anon4339::__anon4340
/drivers/video/nvidia/
H A Dnv_type.h59 u32 screen; member in struct:_riva_hw_state
/drivers/isdn/hisax/
H A Dl3dss1.c1229 u_char screen = 0x80; local
1294 screen = 0xA0;
1297 screen = 0x80;
1325 *p++ = strlen(msn) + (screen ? 2 : 1);
1327 if (screen) {
1329 *p++ = screen;
1724 pc->para.setup.screen = 0;
1727 pc->para.setup.screen = p[3];
1732 pc->para.setup.screen = 0;
2144 *p++ = pc->chan->setup.screen;
[all...]
/drivers/media/video/bt8xx/
H A Dbttvp.h462 struct bttv_buffer *screen; /* overlay */ member in struct:bttv
/drivers/s390/char/
H A Dtty3270.c58 * 1) describe line orientation & lines list concept against screen
59 * 2) describe conversion of screen to lines
79 /* Current tty screen. */
83 struct tty3270_line *screen; member in struct:tty3270
116 #define TTY_UPDATE_ALL 16 /* Recreate screen. */
132 * The input line are the two last lines of the screen.
189 * The status line is the last line of the screen. It shows the string
190 * "Running"/"Holding" in the lower right corner of the screen.
250 * containing all lines that will fit on the screen.
395 /* Write strings in the update list to the screen
[all...]
/drivers/video/
H A Dau1200fb.h40 volatile uint32 screen; member in struct:au1200_lcd
326 volatile uint32 screen; member in struct:au1200_lcd
H A Dsm501fb.c109 struct sm501_mem screen; member in struct:sm501fb_par
212 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len;
228 end = par->screen.sm_addr;
485 if (sm501_alloc_mem(fbi, &par->screen, mem_type, smem_len, smem_len)) {
491 info->fix.smem_start = fbi->fbmem_res->start + par->screen.sm_addr;
495 info->screen_base = fbi->fbmem + par->screen.sm_addr;
498 /* set start of framebuffer to the screen */
500 smc501_writel(par->screen.sm_addr | SM501_ADDR_FLIP,
597 reg = (par->screen
[all...]
/drivers/video/riva/
H A Driva_hw.h173 * 2D screen-screen BLT.
501 U032 screen; member in struct:_riva_hw_state
/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h92 /* "Invalid" value for all SVGA IDs. (Version ID, screen object ID, surface ID...) */
298 * for a GMR-to-screen blit. Currently it is defined as an encoding
299 * of the screen's color depth and bits-per-pixel, however, 16 bits
413 * Allow screen object support, and require backing stores from the
414 * guest for each screen object.
511 * is set to a specific screen ID, cursor position is reinterpreted
512 * as a signed offset relative to that screen's origin.
726 * Provides dynamic multi-screen rendering, for improved Unity and
758 * places on the screen, the data copied will always be from the
768 * - When a screen i
1259 SVGAScreenObject screen; /* Variable-length according to version */ member in struct:__anon808
[all...]
/drivers/media/dvb/ngene/
H A Dngene.h714 struct ngene_buffer *screen; /* overlay */ member in struct:ngene_channel

Completed in 2033 milliseconds