HomeSort by: relevance | last modified time | path
    Searched defs:vcs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
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;
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...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 465 struct vmw_connector_state *vcs; local in function:vmw_du_primary_plane_atomic_check
468 vcs = vmw_connector_state_to_vcs(du->connector.state);
593 struct vmw_crtc_state *vcs; local in function:vmw_du_crtc_duplicate_state
598 vcs = kmemdup(crtc->state, sizeof(*vcs), GFP_KERNEL);
600 if (!vcs)
603 state = &vcs->base;
621 struct vmw_crtc_state *vcs; local in function:vmw_du_crtc_reset
630 vcs = kzalloc(sizeof(*vcs), GFP_KERNEL)
761 struct vmw_connector_state *vcs; local in function:vmw_du_connector_duplicate_state
789 struct vmw_connector_state *vcs; local in function:vmw_du_connector_reset
    [all...]

Completed in 17 milliseconds