Searched defs:osd_info (Results 1 – 2 of 2) sorted by relevance
138 struct osd_info { struct140 unsigned long video_pbase;142 u32 video_rbase;144 volatile char __iomem *video_vbase;146 u32 video_buffer_size;149 unsigned long fb_start_aligned_physaddr;151 unsigned long fb_end_aligned_physaddr;152 int wc_cookie;155 int set_osd_coords_x;156 int set_osd_coords_y;[all …]
752 struct osd_info *osd_info; /* ivtvfb private OSD info */ member