Searched defs:osd_info (Results 1 – 2 of 2) sorted by relevance
150 struct osd_info { struct152 unsigned long video_pbase;154 u32 video_rbase;156 volatile char __iomem *video_vbase;158 u32 video_buffer_size;161 unsigned long fb_start_aligned_physaddr;163 unsigned long fb_end_aligned_physaddr;164 int wc_cookie;167 int set_osd_coords_x;168 int set_osd_coords_y;[all …]
754 struct osd_info *osd_info; /* ivtvfb private OSD info */ member