drm_device 85 include/drm/drmP.h struct drm_device; drm_device 566 include/drm/drmP.h int (*load) (struct drm_device *, unsigned long flags); drm_device 567 include/drm/drmP.h int (*firstopen) (struct drm_device *); drm_device 568 include/drm/drmP.h int (*open) (struct drm_device *, struct drm_file *); drm_device 569 include/drm/drmP.h void (*preclose) (struct drm_device *, struct drm_file *file_priv); drm_device 570 include/drm/drmP.h void (*postclose) (struct drm_device *, struct drm_file *); drm_device 571 include/drm/drmP.h void (*lastclose) (struct drm_device *); drm_device 572 include/drm/drmP.h int (*unload) (struct drm_device *); drm_device 573 include/drm/drmP.h int (*suspend) (struct drm_device *, pm_message_t state); drm_device 574 include/drm/drmP.h int (*resume) (struct drm_device *); drm_device 575 include/drm/drmP.h int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv); drm_device 576 include/drm/drmP.h void (*dma_ready) (struct drm_device *); drm_device 577 include/drm/drmP.h int (*dma_quiescent) (struct drm_device *); drm_device 578 include/drm/drmP.h int (*context_ctor) (struct drm_device *dev, int context); drm_device 579 include/drm/drmP.h int (*context_dtor) (struct drm_device *dev, int context); drm_device 580 include/drm/drmP.h int (*kernel_context_switch) (struct drm_device *dev, int old, drm_device 582 include/drm/drmP.h void (*kernel_context_switch_unlock) (struct drm_device *dev); drm_device 583 include/drm/drmP.h int (*vblank_wait) (struct drm_device *dev, unsigned int *sequence); drm_device 584 include/drm/drmP.h int (*vblank_wait2) (struct drm_device *dev, unsigned int *sequence); drm_device 585 include/drm/drmP.h int (*dri_library_name) (struct drm_device *dev, char *buf); drm_device 598 include/drm/drmP.h int (*device_is_agp) (struct drm_device *dev); drm_device 603 include/drm/drmP.h void (*irq_preinstall) (struct drm_device *dev); drm_device 604 include/drm/drmP.h void (*irq_postinstall) (struct drm_device *dev); drm_device 605 include/drm/drmP.h void (*irq_uninstall) (struct drm_device *dev); drm_device 606 include/drm/drmP.h void (*reclaim_buffers) (struct drm_device *dev, drm_device 608 include/drm/drmP.h void (*reclaim_buffers_locked) (struct drm_device *dev, drm_device 610 include/drm/drmP.h void (*reclaim_buffers_idlelocked) (struct drm_device *dev, drm_device 613 include/drm/drmP.h unsigned long (*get_reg_ofs) (struct drm_device *dev); drm_device 614 include/drm/drmP.h void (*set_version) (struct drm_device *dev, drm_device 643 include/drm/drmP.h struct drm_device *dev; drm_device 741 include/drm/drmP.h void (*locked_tasklet_func)(struct drm_device *dev);