Lines Matching defs:shmob_drm_device
23 struct shmob_drm_device { struct
24 struct device *dev;
25 const struct shmob_drm_platform_data *pdata;
27 void __iomem *mmio;
28 struct clk *clock;
29 u32 lddckr;
30 u32 ldmt1r;
32 spinlock_t irq_lock; /* Protects hardware LDINTR register */
34 struct drm_device *ddev;
36 struct shmob_drm_crtc crtc;
37 struct shmob_drm_encoder encoder;
38 struct shmob_drm_connector connector;