Searched defs:s3fb_info (Results 1 – 1 of 1) sorted by relevance
32 struct s3fb_info { struct33 int chip, rev, mclk_freq;34 int wc_cookie;35 struct vgastate state;36 struct mutex open_lock;37 unsigned int ref_count;38 u32 pseudo_palette[16];40 u8 __iomem *mmio;41 bool ddc_registered;42 struct i2c_adapter ddc_adapter;[all …]