Lines Matching defs:ddev
26 struct drm_device *ddev = tcrtc->crtc.dev;
27 struct tidss_device *tidss = to_tidss(ddev);
32 spin_lock_irqsave(&ddev->event_lock, flags);
42 spin_unlock_irqrestore(&ddev->event_lock, flags);
50 spin_unlock_irqrestore(&ddev->event_lock, flags);
56 spin_unlock_irqrestore(&ddev->event_lock, flags);
90 struct drm_device *ddev = crtc->dev;
91 struct tidss_device *tidss = to_tidss(ddev);
98 dev_dbg(ddev->dev, "%s\n", __func__);
107 dev_dbg(ddev->dev, "%s: bad mode: %ux%u pclk %u kHz\n",
167 struct drm_device *ddev = crtc->dev;
168 struct tidss_device *tidss = to_tidss(ddev);
171 dev_dbg(ddev->dev, "%s: %s is %sactive, %s modeset, event %p\n",
203 spin_lock_irqsave(&ddev->event_lock, flags);
211 spin_unlock_irqrestore(&ddev->event_lock, flags);
218 struct drm_device *ddev = crtc->dev;
219 struct tidss_device *tidss = to_tidss(ddev);
224 dev_dbg(ddev->dev, "%s, event %p\n", __func__, crtc->state->event);
247 spin_lock_irqsave(&ddev->event_lock, flags);
254 spin_unlock_irqrestore(&ddev->event_lock, flags);
261 struct drm_device *ddev = crtc->dev;
262 struct tidss_device *tidss = to_tidss(ddev);
265 dev_dbg(ddev->dev, "%s, event %p\n", __func__, crtc->state->event);
278 spin_lock_irqsave(&ddev->event_lock, flags);
283 spin_unlock_irqrestore(&ddev->event_lock, flags);
297 struct drm_device *ddev = crtc->dev;
298 struct tidss_device *tidss = to_tidss(ddev);
316 struct drm_device *ddev = crtc->dev;
317 struct tidss_device *tidss = to_tidss(ddev);
319 dev_dbg(ddev->dev, "%s\n", __func__);
330 struct drm_device *ddev = crtc->dev;
331 struct tidss_device *tidss = to_tidss(ddev);
333 dev_dbg(ddev->dev, "%s\n", __func__);
419 ret = drm_crtc_init_with_planes(&tidss->ddev, crtc, primary,