Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/shmobile/
Dshmob_drm_drv.h23 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 unsigned int irq;
33 spinlock_t irq_lock; /* Protects hardware LDINTR register */
35 struct drm_device *ddev;
[all …]