Home
last modified time | relevance | path

Searched defs:vbox_crtc (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vboxvideo/
Dvbox_drv.h138 struct vbox_crtc *vbox_crtc; member
146 struct vbox_crtc { struct
147 struct drm_crtc base;
148 bool blanked;
149 bool disconnected;
150 unsigned int crtc_id;
151 u32 fb_offset;
175 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument
Dvbox_mode.c54 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
103 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view() local
137 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_dpms() local
209 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local
228 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_do_set_base() local
352 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
631 struct vbox_crtc *vbox_crtc, in vbox_connector_init()
667 struct vbox_crtc *vbox_crtc; in vbox_mode_init() local
715 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_cursor_set2() local