Searched defs:osd_info (Results 1 – 2 of 2) sorted by relevance
145 struct osd_info { struct147 unsigned long video_pbase;149 u32 video_rbase;151 volatile char __iomem *video_vbase;153 u32 video_buffer_size;156 unsigned long fb_start_aligned_physaddr;158 unsigned long fb_end_aligned_physaddr;159 int wc_cookie;162 int set_osd_coords_x;163 int set_osd_coords_y;[all …]
756 struct osd_info *osd_info; /* ivtvfb private OSD info */ member