Home
last modified time | relevance | path

Searched refs:video_display_start_t (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
HDfbio.h383 typedef struct video_display_start video_display_start_t; typedef
411 #define FBIO_GETDISPSTART _IOR('F', 109, video_display_start_t)
412 #define FBIO_SETDISPSTART _IOW('F', 110, video_display_start_t)
/dragonfly/sys/dev/video/fb/
HDfb.c733 ((video_display_start_t *)arg)->x = adp->va_disp_start.x; in fb_commonioctl()
734 ((video_display_start_t *)arg)->y = adp->va_disp_start.y; in fb_commonioctl()
HDvga.c1917 ((video_display_start_t *)arg)->x, in vga_dev_ioctl()
1918 ((video_display_start_t *)arg)->y) in vga_dev_ioctl()
/dragonfly/lib/libvgl/
HDmain.c456 video_display_start_t origin; in VGLPanScreen()