Lines Matching defs:mxsfb_info
171 struct mxsfb_info { struct
172 struct fb_info fb_info;
173 struct platform_device *pdev;
174 struct clk *clk;
175 struct clk *clk_axi;
176 struct clk *clk_disp_axi;
177 void __iomem *base; /* registers */
178 unsigned allocated_size;
179 int enabled;
180 unsigned ld_intf_width;
181 unsigned dotclk_delay;
182 const struct mxsfb_devdata *devdata;
183 u32 sync;
184 struct regulator *reg_lcd;