Home
last modified time | relevance | path

Searched refs:to_vbox_crtc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_mode.c54 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset()
103 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view()
137 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_dpms()
194 if (to_vbox_crtc(crtci)->crtc_id != 0) in vbox_set_up_input_mapping()
230 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_do_set_base()
748 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_cursor_set2()
774 if (to_vbox_crtc(crtci)->cursor_enabled) in vbox_cursor_set2()
864 vbox->single_framebuffer ? crtc->x : to_vbox_crtc(crtc)->x_hint; in vbox_cursor_move()
866 vbox->single_framebuffer ? crtc->y : to_vbox_crtc(crtc)->y_hint; in vbox_cursor_move()
Dvbox_drv.h175 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) macro
Dvbox_main.c117 unsigned int crtc_id = to_vbox_crtc(crtc)->crtc_id; in vbox_framebuffer_dirty_rectangles()