Symbol: wsd_fbip
sys/arch/arm/iomd/vidcvideo.c
375
wsd_fbip->height = dc->dc_height;
sys/arch/arm/iomd/vidcvideo.c
376
wsd_fbip->width = dc->dc_width;
sys/arch/arm/iomd/vidcvideo.c
377
wsd_fbip->depth = dc->dc_depth;
sys/arch/arm/iomd/vidcvideo.c
378
wsd_fbip->cmsize = CMAP_SIZE;
sys/arch/dreamcast/dev/pvr.c
317
wsd_fbip->height = sc->sc_dc->dc_ht;
sys/arch/dreamcast/dev/pvr.c
318
wsd_fbip->width = sc->sc_dc->dc_wid;
sys/arch/dreamcast/dev/pvr.c
319
wsd_fbip->depth = sc->sc_dc->dc_depth;
sys/arch/dreamcast/dev/pvr.c
320
wsd_fbip->cmsize = 0; /* XXX Colormap */
sys/arch/luna68k/dev/lunafb.c
254
wsd_fbip->height = dc->dc_ht;
sys/arch/luna68k/dev/lunafb.c
255
wsd_fbip->width = dc->dc_wid;
sys/arch/luna68k/dev/lunafb.c
256
wsd_fbip->depth = dc->dc_depth;
sys/arch/luna68k/dev/lunafb.c
257
wsd_fbip->cmsize = dc->dc_cmsize;
sys/arch/next68k/dev/nextdisplay.c
316
wsd_fbip->height = dc->dc_ht;
sys/arch/next68k/dev/nextdisplay.c
317
wsd_fbip->width = dc->dc_wid;
sys/arch/next68k/dev/nextdisplay.c
318
wsd_fbip->depth = dc->dc_depth;
sys/arch/next68k/dev/nextdisplay.c
319
wsd_fbip->cmsize = dc->dc_cmsize;
sys/arch/pmax/ibus/pm.c
435
wsd_fbip->height = ri->ri_height;
sys/arch/pmax/ibus/pm.c
436
wsd_fbip->width = ri->ri_width;
sys/arch/pmax/ibus/pm.c
437
wsd_fbip->depth = ri->ri_depth;
sys/arch/pmax/ibus/pm.c
438
wsd_fbip->cmsize = sc->sc_cmap_size;
sys/dev/ic/igsfb.c
629
wsd_fbip->height = dc->dc_height;
sys/dev/ic/igsfb.c
630
wsd_fbip->width = dc->dc_width;
sys/dev/ic/igsfb.c
631
wsd_fbip->depth = dc->dc_maxdepth;
sys/dev/ic/igsfb.c
632
wsd_fbip->cmsize = IGS_CMAP_SIZE;
sys/dev/pci/tga.c
541
wsd_fbip->height = sc->sc_dc->dc_ht;
sys/dev/pci/tga.c
542
wsd_fbip->width = sc->sc_dc->dc_wid;
sys/dev/pci/tga.c
543
wsd_fbip->depth = sc->sc_dc->dc_tgaconf->tgac_phys_depth;
sys/dev/pci/tga.c
545
wsd_fbip->cmsize = 256; /* XXX ??? */
sys/dev/pci/tga.c
547
wsd_fbip->cmsize = 1024; /* XXX ??? */
sys/dev/tc/cfb.c
373
wsd_fbip->height = ri->ri_height;
sys/dev/tc/cfb.c
374
wsd_fbip->width = ri->ri_width;
sys/dev/tc/cfb.c
375
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/cfb.c
376
wsd_fbip->cmsize = CMAP_SIZE;
sys/dev/tc/mfb.c
337
wsd_fbip->height = ri->ri_height;
sys/dev/tc/mfb.c
338
wsd_fbip->width = ri->ri_width;
sys/dev/tc/mfb.c
339
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/mfb.c
340
wsd_fbip->cmsize = 0;
sys/dev/tc/sfb.c
407
wsd_fbip->height = ri->ri_height;
sys/dev/tc/sfb.c
408
wsd_fbip->width = ri->ri_width;
sys/dev/tc/sfb.c
409
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/sfb.c
410
wsd_fbip->cmsize = CMAP_SIZE;
sys/dev/tc/sfbplus.c
441
wsd_fbip->height = ri->ri_height;
sys/dev/tc/sfbplus.c
442
wsd_fbip->width = ri->ri_width;
sys/dev/tc/sfbplus.c
443
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/sfbplus.c
444
wsd_fbip->cmsize = CMAP_SIZE; /* XXX */
sys/dev/tc/stic.c
545
wsd_fbip->height = 1024;
sys/dev/tc/stic.c
546
wsd_fbip->width = 1280;
sys/dev/tc/stic.c
547
wsd_fbip->depth = si->si_depth == 8 ? 8 : 32;
sys/dev/tc/stic.c
548
wsd_fbip->cmsize = CMAP_SIZE;
sys/dev/tc/tfb.c
407
wsd_fbip->height = ri->ri_height;
sys/dev/tc/tfb.c
408
wsd_fbip->width = ri->ri_width;
sys/dev/tc/tfb.c
409
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/tfb.c
410
wsd_fbip->cmsize = CMAP_SIZE;
sys/dev/tc/xcfb.c
406
wsd_fbip->height = ri->ri_height;
sys/dev/tc/xcfb.c
407
wsd_fbip->width = ri->ri_width;
sys/dev/tc/xcfb.c
408
wsd_fbip->depth = ri->ri_depth;
sys/dev/tc/xcfb.c
409
wsd_fbip->cmsize = CMAP_SIZE;