OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dc_rinfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
tgavar.h
87
struct rasops_info
dc_rinfo
; /* raster display data */
member in struct:tga_devconfig
/src/sys/arch/dreamcast/dev/
pvr.c
143
struct rasops_info
dc_rinfo
;
member in struct:fb_devconfig
225
dc->
dc_rinfo
.ri_flg = 0;
227
dc->
dc_rinfo
.ri_flg |= RI_NO_AUTO;
228
dc->
dc_rinfo
.ri_depth = dc->dc_depth;
229
dc->
dc_rinfo
.ri_bits = (void *) dc->dc_videobase;
230
dc->
dc_rinfo
.ri_width = dc->dc_wid;
231
dc->
dc_rinfo
.ri_height = dc->dc_ht;
232
dc->
dc_rinfo
.ri_stride = dc->dc_rowbytes;
246
if (wsfont_lock(cookie, &dc->
dc_rinfo
.ri_font)) {
250
dc->
dc_rinfo
.ri_wsfcookie = cookie
[
all
...]
/src/sys/dev/hpc/
hpcfb.c
112
struct rasops_info
dc_rinfo
; /* rasops information */
member in struct:hpcfb_devconfig
305
sc->sc_dc->
dc_rinfo
.ri_flg &= ~RI_NO_AUTO;
308
sc->sc_dc->
dc_rinfo
.ri_width,sc->sc_dc->
dc_rinfo
.ri_height,
309
(1 << sc->sc_dc->
dc_rinfo
.ri_depth),
310
sc->sc_dc->
dc_rinfo
.ri_cols,sc->sc_dc->
dc_rinfo
.ri_rows);
314
&hpcfb_console_dc.
dc_rinfo
);
410
hpcfb_console_wsscreen.capabilities = hpcfb_console_dc.
dc_rinfo
.ri_caps;
439
ri = &dc->
dc_rinfo
;
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026