HomeSort by: relevance | last modified time | path
    Searched refs:screens (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
modesetting.c 62 * virtual screens.
95 * @screens: The number of screens to query hints for, starting at 0.
98 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
107 size = screens * sizeof(struct vbva_modehint);
113 p->hints_queried_count = screens;
vboxvideo_guest.h 60 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
  /src/sys/arch/arm/imx/
imx51_ipuv3var.h 98 LIST_HEAD(, imx51_ipuv3_screen) screens;
imx51_ipuv3.c 579 LIST_INIT(&sc->screens);
951 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/arch/arm/s3c2xx0/
s3c24x0_lcd.h 68 LIST_HEAD(, s3c24x0_lcd_screen) screens;
s3c24x0_lcd.c 140 LIST_INIT(&sc->screens);
380 LIST_INSERT_HEAD(&(sc->screens), scr, link);
649 scr = LIST_FIRST(&sc->screens);
  /src/sys/arch/zaurus/dev/
w100var.h 34 LIST_HEAD(, w100_screen) screens;
w100lcd.c 88 .screens = w100lcd_scr_descr,
zlcd.c 91 .screens = lcd_scr_descr,
w100.c 149 LIST_INIT(&sc->screens);
242 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.h 88 LIST_HEAD(, pxa2x0_lcd_screen) screens;
pxa2x0_lcd.c 238 LIST_INIT(&sc->screens);
617 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/dev/wscons/
wsdisplayvar.h 147 const struct wsscreen_descr **screens; member in struct:wsscreen_list
wsdisplay_vcons.c 83 LIST_HEAD(, vcons_screen) screens;
213 LIST_INIT(&vdp->screens);
229 * when switching screens we need to make sure there's no rasops
346 * Additional screens will start out in the background anyway so
453 LIST_INSERT_HEAD(&vdp->screens, scr, next);
851 vcons_hard_switch(LIST_FIRST(&vdp->screens));
  /src/sys/arch/evbarm/gumstix/
gxlcd.c 100 .screens = gxlcd_scr_descr,
  /src/sys/arch/arm/clps711x/
clpslcd.c 91 .screens = clpslcd_descrs,
  /src/sys/arch/evbppc/virtex/dev/
tft.c 95 sc->sc_ws_scrlist.screens = (void *) &sc->sc_ws_descr;
  /src/sys/dev/ic/
vgavar.h 56 LIST_HEAD(, vgascreen) screens;
vga.c 523 LIST_INSERT_HEAD(&vc->screens, scr, next);
556 LIST_INIT(&vc->screens);
870 struct vgascreen *scr1 = vc->screens.lh_first;
vga_raster.c 407 LIST_INIT(&vc->screens);
518 LIST_INSERT_HEAD(&vc->screens, scr, next);
708 vc->screens.lh_first->mem = boot_scrmem;
  /src/sys/dev/isa/
ega.c 78 LIST_HEAD(, egascreen) screens;
389 LIST_INSERT_HEAD(&vc->screens, scr, next);
418 LIST_INIT(&vc->screens);
594 vc->screens.lh_first->pcs.mem =
  /src/sys/arch/epoc32/windermere/
wmlcd.c 106 .screens = wmlcd_descrs,
  /src/sys/arch/hpcarm/dev/
wzero3_lcd.c 79 .screens = wzero3lcd_scr_descr,
  /src/sys/arch/ews4800mips/sbd/
fb_sbdio.c 99 .screens = _fb_screen_table
  /src/sys/arch/dreamcast/dev/
pvr.c 297 sc->sc_scrlist.screens = sc->sc_scrdescs;

Completed in 23 milliseconds

1 2