Searched defs:ltdc_device (Results 1 – 1 of 1) sorted by relevance
43 struct ltdc_device { struct44 void __iomem *regs;45 struct regmap *regmap;46 struct clk *pixel_clk; /* lcd pixel clock */47 struct mutex err_lock; /* protecting error_status */48 struct ltdc_caps caps;49 u32 irq_status;50 u32 fifo_err; /* fifo underrun error counter */51 u32 fifo_warn; /* fifo underrun warning counter */52 u32 fifo_threshold; /* fifo underrun threshold */[all …]