Lines Matching defs:dispc_device
169 struct dispc_device { struct
170 struct platform_device *pdev;
171 void __iomem *base;
172 struct dss_device *dss;
174 struct dss_debugfs_entry *debugfs;
176 int irq;
177 irq_handler_t user_handler;
178 void *user_data;
180 unsigned long core_clk_rate;
181 unsigned long tv_pclk_rate;
183 u32 fifo_size[DISPC_MAX_NR_FIFOS];
185 int fifo_assignment[DISPC_MAX_NR_FIFOS];
187 bool ctx_valid;
188 u32 ctx[DISPC_SZ_REGS / sizeof(u32)];
190 u32 *gamma_table[DISPC_MAX_CHANNEL_GAMMA];
192 const struct dispc_features *feat;
194 bool is_enabled;
196 struct regmap *syscon_pol;
197 u32 syscon_pol_offset;
200 spinlock_t control_lock;