Lines Matching defs:dispc_device
158 struct dispc_device { struct
159 struct platform_device *pdev;
160 void __iomem *base;
161 struct dss_device *dss;
163 struct dss_debugfs_entry *debugfs;
165 int irq;
166 irq_handler_t user_handler;
167 void *user_data;
169 unsigned long core_clk_rate;
170 unsigned long tv_pclk_rate;
172 u32 fifo_size[DISPC_MAX_NR_FIFOS];
174 int fifo_assignment[DISPC_MAX_NR_FIFOS];
176 bool ctx_valid;
177 u32 ctx[DISPC_SZ_REGS / sizeof(u32)];
179 u32 *gamma_table[DISPC_MAX_CHANNEL_GAMMA];
181 const struct dispc_features *feat;
183 bool is_enabled;
185 struct regmap *syscon_pol;
186 u32 syscon_pol_offset;
189 spinlock_t control_lock;