Searched defs:s3fb_info (Results 1 – 1 of 1) sorted by relevance
35 struct s3fb_info { struct36 int chip, rev, mclk_freq;37 int mtrr_reg;38 struct vgastate state;39 struct mutex open_lock;40 unsigned int ref_count;41 u32 pseudo_palette[16];43 u8 __iomem *mmio;44 bool ddc_registered;45 struct i2c_adapter ddc_adapter;[all …]