Lines Matching defs:ddev

23 	struct drm_device *ddev = tcrtc->crtc.dev;
24 struct tidss_device *tidss = to_tidss(ddev);
29 spin_lock_irqsave(&ddev->event_lock, flags);
39 spin_unlock_irqrestore(&ddev->event_lock, flags);
47 spin_unlock_irqrestore(&ddev->event_lock, flags);
53 spin_unlock_irqrestore(&ddev->event_lock, flags);
89 struct drm_device *ddev = crtc->dev;
90 struct tidss_device *tidss = to_tidss(ddev);
97 dev_dbg(ddev->dev, "%s\n", __func__);
106 dev_dbg(ddev->dev, "%s: bad mode: %ux%u pclk %u kHz\n",
168 struct drm_device *ddev = crtc->dev;
169 struct tidss_device *tidss = to_tidss(ddev);
172 dev_dbg(ddev->dev, "%s: %s is %sactive, %s modeset, event %p\n",
204 spin_lock_irqsave(&ddev->event_lock, flags);
212 spin_unlock_irqrestore(&ddev->event_lock, flags);
221 struct drm_device *ddev = crtc->dev;
222 struct tidss_device *tidss = to_tidss(ddev);
227 dev_dbg(ddev->dev, "%s, event %p\n", __func__, crtc->state->event);
250 spin_lock_irqsave(&ddev->event_lock, flags);
257 spin_unlock_irqrestore(&ddev->event_lock, flags);
264 struct drm_device *ddev = crtc->dev;
265 struct tidss_device *tidss = to_tidss(ddev);
268 dev_dbg(ddev->dev, "%s, event %p\n", __func__, crtc->state->event);
291 spin_lock_irqsave(&ddev->event_lock, flags);
296 spin_unlock_irqrestore(&ddev->event_lock, flags);
310 struct drm_device *ddev = crtc->dev;
311 struct tidss_device *tidss = to_tidss(ddev);
329 struct drm_device *ddev = crtc->dev;
330 struct tidss_device *tidss = to_tidss(ddev);
332 dev_dbg(ddev->dev, "%s\n", __func__);
343 struct drm_device *ddev = crtc->dev;
344 struct tidss_device *tidss = to_tidss(ddev);
346 dev_dbg(ddev->dev, "%s\n", __func__);
432 ret = drm_crtc_init_with_planes(&tidss->ddev, crtc, primary,