OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
sisfb.c
78
struct vcons_screen
vcs
;
member in struct:sisfb
238
console = sisfbcn.
vcs
.scr_ri.ri_hw != NULL;
286
fb->
vcs
.scr_ri.ri_width, fb->
vcs
.scr_ri.ri_height,
287
fb->
vcs
.scr_ri.ri_depth);
312
ri = &fb->
vcs
.scr_ri;
314
vcons_init_screen(&sc->vd, &fb->
vcs
, 1, &defattr);
315
fb->
vcs
.scr_flags |= VCONS_SCREEN_IS_STATIC;
321
vcons_replay_msgbuf(&fb->
vcs
);
355
struct rasops_info *ri = &sc->sc_fb->
vcs
.scr_ri
[
all
...]
lynxfb.c
94
struct vcons_screen
vcs
;
member in struct:lynxfb
199
struct rasops_info *ri = &lynxfb_console.fb.
vcs
.scr_ri;
343
ri = &fb->
vcs
.scr_ri;
345
vcons_init_screen(&sc->sc_vd, &fb->
vcs
, 1, &defattr);
346
fb->
vcs
.scr_flags |= VCONS_SCREEN_IS_STATIC;
353
vcons_replay_msgbuf(&fb->
vcs
);
469
struct rasops_info *ri = &sc->sc_fb->
vcs
.scr_ri;
546
struct rasops_info *ri = &fb->
vcs
.scr_ri;
666
struct rasops_info *ri = &fb->
vcs
.scr_ri;
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c
465
struct vmw_connector_state *
vcs
;
local
468
vcs
= vmw_connector_state_to_vcs(du->connector.state);
593
struct vmw_crtc_state *
vcs
;
local
598
vcs
= kmemdup(crtc->state, sizeof(*
vcs
), GFP_KERNEL);
600
if (!
vcs
)
603
state = &
vcs
->base;
621
struct vmw_crtc_state *
vcs
;
local
630
vcs
= kzalloc(sizeof(*
vcs
), GFP_KERNEL)
761
struct vmw_connector_state *
vcs
;
local
789
struct vmw_connector_state *
vcs
;
local
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026