Searched defs:shmob_drm_device (Results 1 – 1 of 1) sorted by relevance
27 struct shmob_drm_device { struct28 struct device *dev;29 const struct shmob_drm_platform_data *pdata;31 void __iomem *mmio;32 struct clk *clock;33 u32 lddckr;34 u32 ldmt1r;36 spinlock_t irq_lock; /* Protects hardware LDINTR register */38 struct drm_device *ddev;40 struct shmob_drm_crtc crtc;[all …]