Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_drv.h163 struct drm_driver { struct
180 int (*load)(struct drm_device *, unsigned long flags);
200 int (*open)(struct drm_device *, struct drm_file *);
214 void (*postclose)(struct drm_device *, struct drm_file *);
242 void (*lastclose)(struct drm_device *);
259 void (*unload)(struct drm_device *);
271 void (*release)(struct drm_device *);
279 irqreturn_t (*irq_handler)(int irq, void *arg);
289 void (*irq_preinstall)(struct drm_device *dev);
298 int (*irq_postinstall)(struct drm_device *dev);
[all …]