Searched defs:shmob_drm_device (Results 1 – 1 of 1) sorted by relevance
23 struct shmob_drm_device { struct24 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;[all …]