Home
last modified time | relevance | path

Searched defs:shmob_drm_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_drv.h27 struct shmob_drm_device { struct
28 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 …]