Lines Matching refs:drm_device

50 static void omap_fb_output_poll_changed(struct drm_device *dev)  in omap_fb_output_poll_changed()
75 static bool channel_used(struct drm_device *dev, enum omap_channel channel) in channel_used()
131 static int omap_modeset_create_crtc(struct drm_device *dev, int id, in omap_modeset_create_crtc()
154 static int omap_modeset_init(struct drm_device *dev) in omap_modeset_init()
331 static void omap_modeset_free(struct drm_device *dev) in omap_modeset_free()
341 static int ioctl_get_param(struct drm_device *dev, void *data, in ioctl_get_param()
361 static int ioctl_set_param(struct drm_device *dev, void *data, in ioctl_set_param()
375 static int ioctl_gem_new(struct drm_device *dev, void *data, in ioctl_gem_new()
385 static int ioctl_gem_cpu_prep(struct drm_device *dev, void *data, in ioctl_gem_cpu_prep()
408 static int ioctl_gem_cpu_fini(struct drm_device *dev, void *data, in ioctl_gem_cpu_fini()
432 static int ioctl_gem_info(struct drm_device *dev, void *data, in ioctl_gem_info()
476 static int dev_load(struct drm_device *dev, unsigned long flags) in dev_load()
525 static int dev_unload(struct drm_device *dev) in dev_unload()
557 static int dev_open(struct drm_device *dev, struct drm_file *file) in dev_open()
574 static void dev_lastclose(struct drm_device *dev) in dev_lastclose()
611 static void dev_preclose(struct drm_device *dev, struct drm_file *file) in dev_preclose()
616 static void dev_postclose(struct drm_device *dev, struct drm_file *file) in dev_postclose()
713 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_suspend()
722 struct drm_device *drm_dev = dev_get_drvdata(dev); in omap_drm_resume()