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