OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wsd_fbip
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/next68k/dev/
nextdisplay.c
316
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
317
wsd_fbip
->height = dc->dc_ht;
318
wsd_fbip
->width = dc->dc_wid;
319
wsd_fbip
->depth = dc->dc_depth;
320
wsd_fbip
->cmsize = dc->dc_cmsize;
321
#undef
wsd_fbip
/src/sys/arch/luna68k/dev/
lunafb.c
253
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
254
wsd_fbip
->height = dc->dc_ht;
255
wsd_fbip
->width = dc->dc_wid;
256
wsd_fbip
->depth = dc->dc_depth;
257
wsd_fbip
->cmsize = dc->dc_cmsize;
258
#undef
wsd_fbip
/src/sys/arch/pmax/ibus/
pm.c
434
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
435
wsd_fbip
->height = ri->ri_height;
436
wsd_fbip
->width = ri->ri_width;
437
wsd_fbip
->depth = ri->ri_depth;
438
wsd_fbip
->cmsize = sc->sc_cmap_size;
/src/sys/arch/dreamcast/dev/
pvr.c
319
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
320
wsd_fbip
->height = sc->sc_dc->dc_ht;
321
wsd_fbip
->width = sc->sc_dc->dc_wid;
322
wsd_fbip
->depth = sc->sc_dc->dc_depth;
323
wsd_fbip
->cmsize = 0; /* XXX Colormap */
324
#undef
wsd_fbip
/src/sys/dev/ic/
igsfb.c
628
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
629
wsd_fbip
->height = dc->dc_height;
630
wsd_fbip
->width = dc->dc_width;
631
wsd_fbip
->depth = dc->dc_maxdepth;
632
wsd_fbip
->cmsize = IGS_CMAP_SIZE;
633
#undef
wsd_fbip
/src/sys/dev/tc/
cfb.c
372
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
373
wsd_fbip
->height = ri->ri_height;
374
wsd_fbip
->width = ri->ri_width;
375
wsd_fbip
->depth = ri->ri_depth;
376
wsd_fbip
->cmsize = CMAP_SIZE;
mfb.c
336
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
337
wsd_fbip
->height = ri->ri_height;
338
wsd_fbip
->width = ri->ri_width;
339
wsd_fbip
->depth = ri->ri_depth;
340
wsd_fbip
->cmsize = 0;
xcfb.c
405
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
406
wsd_fbip
->height = ri->ri_height;
407
wsd_fbip
->width = ri->ri_width;
408
wsd_fbip
->depth = ri->ri_depth;
409
wsd_fbip
->cmsize = CMAP_SIZE;
sfb.c
406
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
407
wsd_fbip
->height = ri->ri_height;
408
wsd_fbip
->width = ri->ri_width;
409
wsd_fbip
->depth = ri->ri_depth;
410
wsd_fbip
->cmsize = CMAP_SIZE;
stic.c
544
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
545
wsd_fbip
->height = 1024;
546
wsd_fbip
->width = 1280;
547
wsd_fbip
->depth = si->si_depth == 8 ? 8 : 32;
548
wsd_fbip
->cmsize = CMAP_SIZE;
tfb.c
406
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
407
wsd_fbip
->height = ri->ri_height;
408
wsd_fbip
->width = ri->ri_width;
409
wsd_fbip
->depth = ri->ri_depth;
410
wsd_fbip
->cmsize = CMAP_SIZE;
sfbplus.c
440
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
441
wsd_fbip
->height = ri->ri_height;
442
wsd_fbip
->width = ri->ri_width;
443
wsd_fbip
->depth = ri->ri_depth;
444
wsd_fbip
->cmsize = CMAP_SIZE; /* XXX */
/src/sys/arch/arm/iomd/
vidcvideo.c
374
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
375
wsd_fbip
->height = dc->dc_height;
376
wsd_fbip
->width = dc->dc_width;
377
wsd_fbip
->depth = dc->dc_depth;
378
wsd_fbip
->cmsize = CMAP_SIZE;
/src/sys/dev/pci/
tga.c
540
#define
wsd_fbip
((struct wsdisplay_fbinfo *)data)
macro
541
wsd_fbip
->height = sc->sc_dc->dc_ht;
542
wsd_fbip
->width = sc->sc_dc->dc_wid;
543
wsd_fbip
->depth = sc->sc_dc->dc_tgaconf->tgac_phys_depth;
545
wsd_fbip
->cmsize = 256; /* XXX ??? */
547
wsd_fbip
->cmsize = 1024; /* XXX ??? */
549
#undef
wsd_fbip
Completed in 23 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025