Searched defs:ltdc_device (Results 1 – 1 of 1) sorted by relevance
47 struct ltdc_device { struct48 void __iomem *regs;49 struct regmap *regmap;50 struct clk *pixel_clk; /* lcd pixel clock */51 struct clk *lvds_clk; /* lvds pixel clock */52 struct clk *bus_clk; /* bus clock */53 struct mutex err_lock; /* protecting error_status */54 struct ltdc_caps caps;55 u32 irq_status;56 u32 fifo_err; /* fifo underrun error counter */[all …]