drm_device 25 include/drm/ati_pcigart.h extern int drm_ati_pcigart_init(struct drm_device *dev, drm_device 27 include/drm/ati_pcigart.h extern int drm_ati_pcigart_cleanup(struct drm_device *dev, drm_device 17 include/drm/bridge/ptn3460.h struct drm_device; drm_device 24 include/drm/bridge/ptn3460.h int ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder, drm_device 28 include/drm/bridge/ptn3460.h static inline int ptn3460_init(struct drm_device *dev, drm_device 80 include/drm/drmP.h struct drm_device; drm_device 226 include/drm/drmP.h typedef int drm_ioctl_t(struct drm_device *dev, void *data, drm_device 379 include/drm/drmP.h int (*load) (struct drm_device *, unsigned long flags); drm_device 380 include/drm/drmP.h int (*firstopen) (struct drm_device *); drm_device 381 include/drm/drmP.h int (*open) (struct drm_device *, struct drm_file *); drm_device 382 include/drm/drmP.h void (*preclose) (struct drm_device *, struct drm_file *file_priv); drm_device 383 include/drm/drmP.h void (*postclose) (struct drm_device *, struct drm_file *); drm_device 384 include/drm/drmP.h void (*lastclose) (struct drm_device *); drm_device 385 include/drm/drmP.h int (*unload) (struct drm_device *); drm_device 386 include/drm/drmP.h int (*suspend) (struct drm_device *, pm_message_t state); drm_device 387 include/drm/drmP.h int (*resume) (struct drm_device *); drm_device 388 include/drm/drmP.h int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv); drm_device 389 include/drm/drmP.h int (*dma_quiescent) (struct drm_device *); drm_device 390 include/drm/drmP.h int (*context_dtor) (struct drm_device *dev, int context); drm_device 391 include/drm/drmP.h int (*set_busid)(struct drm_device *dev, struct drm_master *master); drm_device 410 include/drm/drmP.h u32 (*get_vblank_counter) (struct drm_device *dev, int crtc); drm_device 425 include/drm/drmP.h int (*enable_vblank) (struct drm_device *dev, int crtc); drm_device 436 include/drm/drmP.h void (*disable_vblank) (struct drm_device *dev, int crtc); drm_device 449 include/drm/drmP.h int (*device_is_agp) (struct drm_device *dev); drm_device 481 include/drm/drmP.h int (*get_scanout_position) (struct drm_device *dev, int crtc, drm_device 516 include/drm/drmP.h int (*get_vblank_timestamp) (struct drm_device *dev, int crtc, drm_device 524 include/drm/drmP.h void (*irq_preinstall) (struct drm_device *dev); drm_device 525 include/drm/drmP.h int (*irq_postinstall) (struct drm_device *dev); drm_device 526 include/drm/drmP.h void (*irq_uninstall) (struct drm_device *dev); drm_device 529 include/drm/drmP.h int (*master_create)(struct drm_device *dev, struct drm_master *master); drm_device 530 include/drm/drmP.h void (*master_destroy)(struct drm_device *dev, struct drm_master *master); drm_device 536 include/drm/drmP.h int (*master_set)(struct drm_device *dev, struct drm_file *file_priv, drm_device 538 include/drm/drmP.h void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv, drm_device 556 include/drm/drmP.h int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv, drm_device 559 include/drm/drmP.h int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv, drm_device 562 include/drm/drmP.h struct dma_buf * (*gem_prime_export)(struct drm_device *dev, drm_device 565 include/drm/drmP.h struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev, drm_device 574 include/drm/drmP.h struct drm_device *dev, drm_device 583 include/drm/drmP.h void (*vgaarb_irq)(struct drm_device *dev, bool state); drm_device 587 include/drm/drmP.h struct drm_device *dev, drm_device 590 include/drm/drmP.h struct drm_device *dev, uint32_t handle, drm_device 593 include/drm/drmP.h struct drm_device *dev, drm_device 651 include/drm/drmP.h struct drm_device *dev; drm_device 671 include/drm/drmP.h struct drm_device *dev; /* pointer to the drm_device */ drm_device 828 include/drm/drmP.h static __inline__ int drm_core_check_feature(struct drm_device *dev, drm_device 834 include/drm/drmP.h static inline void drm_device_set_unplugged(struct drm_device *dev) drm_device 840 include/drm/drmP.h static inline int drm_device_is_unplugged(struct drm_device *dev) drm_device 883 include/drm/drmP.h int drm_noop(struct drm_device *dev, void *data, drm_device 897 include/drm/drmP.h extern int drm_irq_install(struct drm_device *dev, int irq); drm_device 898 include/drm/drmP.h extern int drm_irq_uninstall(struct drm_device *dev); drm_device 900 include/drm/drmP.h extern int drm_vblank_init(struct drm_device *dev, int num_crtcs); drm_device 901 include/drm/drmP.h extern int drm_wait_vblank(struct drm_device *dev, void *data, drm_device 903 include/drm/drmP.h extern u32 drm_vblank_count(struct drm_device *dev, int crtc); drm_device 904 include/drm/drmP.h extern u32 drm_vblank_count_and_time(struct drm_device *dev, int crtc, drm_device 906 include/drm/drmP.h extern void drm_send_vblank_event(struct drm_device *dev, int crtc, drm_device 908 include/drm/drmP.h extern bool drm_handle_vblank(struct drm_device *dev, int crtc); drm_device 909 include/drm/drmP.h extern int drm_vblank_get(struct drm_device *dev, int crtc); drm_device 910 include/drm/drmP.h extern void drm_vblank_put(struct drm_device *dev, int crtc); drm_device 913 include/drm/drmP.h extern void drm_wait_one_vblank(struct drm_device *dev, int crtc); drm_device 915 include/drm/drmP.h extern void drm_vblank_off(struct drm_device *dev, int crtc); drm_device 916 include/drm/drmP.h extern void drm_vblank_on(struct drm_device *dev, int crtc); drm_device 919 include/drm/drmP.h extern void drm_vblank_cleanup(struct drm_device *dev); drm_device 921 include/drm/drmP.h extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, drm_device 943 include/drm/drmP.h extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc); drm_device 944 include/drm/drmP.h extern void drm_vblank_post_modeset(struct drm_device *dev, int crtc); drm_device 950 include/drm/drmP.h extern void drm_put_dev(struct drm_device *dev); drm_device 951 include/drm/drmP.h extern void drm_unplug_dev(struct drm_device *dev); drm_device 976 include/drm/drmP.h extern struct dma_buf *drm_gem_prime_export(struct drm_device *dev, drm_device 978 include/drm/drmP.h extern int drm_gem_prime_handle_to_fd(struct drm_device *dev, drm_device 981 include/drm/drmP.h extern struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, drm_device 983 include/drm/drmP.h extern int drm_gem_prime_fd_to_handle(struct drm_device *dev, drm_device 993 include/drm/drmP.h extern struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev, size_t size, drm_device 995 include/drm/drmP.h extern void drm_pci_free(struct drm_device *dev, struct drm_dma_handle * dmah); drm_device 998 include/drm/drmP.h extern void drm_sysfs_hotplug_event(struct drm_device *dev); drm_device 1001 include/drm/drmP.h struct drm_device *drm_dev_alloc(struct drm_driver *driver, drm_device 1003 include/drm/drmP.h void drm_dev_ref(struct drm_device *dev); drm_device 1004 include/drm/drmP.h void drm_dev_unref(struct drm_device *dev); drm_device 1005 include/drm/drmP.h int drm_dev_register(struct drm_device *dev, unsigned long flags); drm_device 1006 include/drm/drmP.h void drm_dev_unregister(struct drm_device *dev); drm_device 1007 include/drm/drmP.h int drm_dev_set_unique(struct drm_device *dev, const char *fmt, ...); drm_device 1015 include/drm/drmP.h static __inline__ int drm_pci_device_is_agp(struct drm_device *dev) drm_device 1027 include/drm/drmP.h void drm_pci_agp_destroy(struct drm_device *dev); drm_device 1034 include/drm/drmP.h extern int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master); drm_device 1040 include/drm/drmP.h extern int drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *speed_mask); drm_device 1044 include/drm/drmP.h extern int drm_platform_set_busid(struct drm_device *d, struct drm_master *m); drm_device 12 include/drm/drm_agpsupport.h struct drm_device; drm_device 36 include/drm/drm_agpsupport.h struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, drm_device 42 include/drm/drm_agpsupport.h struct drm_agp_head *drm_agp_init(struct drm_device *dev); drm_device 43 include/drm/drm_agpsupport.h void drm_agp_clear(struct drm_device *dev); drm_device 44 include/drm/drm_agpsupport.h int drm_agp_acquire(struct drm_device *dev); drm_device 45 include/drm/drm_agpsupport.h int drm_agp_acquire_ioctl(struct drm_device *dev, void *data, drm_device 47 include/drm/drm_agpsupport.h int drm_agp_release(struct drm_device *dev); drm_device 48 include/drm/drm_agpsupport.h int drm_agp_release_ioctl(struct drm_device *dev, void *data, drm_device 50 include/drm/drm_agpsupport.h int drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode); drm_device 51 include/drm/drm_agpsupport.h int drm_agp_enable_ioctl(struct drm_device *dev, void *data, drm_device 53 include/drm/drm_agpsupport.h int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info); drm_device 54 include/drm/drm_agpsupport.h int drm_agp_info_ioctl(struct drm_device *dev, void *data, drm_device 56 include/drm/drm_agpsupport.h int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request); drm_device 57 include/drm/drm_agpsupport.h int drm_agp_alloc_ioctl(struct drm_device *dev, void *data, drm_device 59 include/drm/drm_agpsupport.h int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request); drm_device 60 include/drm/drm_agpsupport.h int drm_agp_free_ioctl(struct drm_device *dev, void *data, drm_device 62 include/drm/drm_agpsupport.h int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request); drm_device 63 include/drm/drm_agpsupport.h int drm_agp_unbind_ioctl(struct drm_device *dev, void *data, drm_device 65 include/drm/drm_agpsupport.h int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request); drm_device 66 include/drm/drm_agpsupport.h int drm_agp_bind_ioctl(struct drm_device *dev, void *data, drm_device 85 include/drm/drm_agpsupport.h static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, drm_device 94 include/drm/drm_agpsupport.h static inline struct drm_agp_head *drm_agp_init(struct drm_device *dev) drm_device 99 include/drm/drm_agpsupport.h static inline void drm_agp_clear(struct drm_device *dev) drm_device 103 include/drm/drm_agpsupport.h static inline int drm_agp_acquire(struct drm_device *dev) drm_device 108 include/drm/drm_agpsupport.h static inline int drm_agp_acquire_ioctl(struct drm_device *dev, void *data, drm_device 114 include/drm/drm_agpsupport.h static inline int drm_agp_release(struct drm_device *dev) drm_device 119 include/drm/drm_agpsupport.h static inline int drm_agp_release_ioctl(struct drm_device *dev, void *data, drm_device 125 include/drm/drm_agpsupport.h static inline int drm_agp_enable(struct drm_device *dev, drm_device 131 include/drm/drm_agpsupport.h static inline int drm_agp_enable_ioctl(struct drm_device *dev, void *data, drm_device 137 include/drm/drm_agpsupport.h static inline int drm_agp_info(struct drm_device *dev, drm_device 143 include/drm/drm_agpsupport.h static inline int drm_agp_info_ioctl(struct drm_device *dev, void *data, drm_device 149 include/drm/drm_agpsupport.h static inline int drm_agp_alloc(struct drm_device *dev, drm_device 155 include/drm/drm_agpsupport.h static inline int drm_agp_alloc_ioctl(struct drm_device *dev, void *data, drm_device 161 include/drm/drm_agpsupport.h static inline int drm_agp_free(struct drm_device *dev, drm_device 167 include/drm/drm_agpsupport.h static inline int drm_agp_free_ioctl(struct drm_device *dev, void *data, drm_device 173 include/drm/drm_agpsupport.h static inline int drm_agp_unbind(struct drm_device *dev, drm_device 179 include/drm/drm_agpsupport.h static inline int drm_agp_unbind_ioctl(struct drm_device *dev, void *data, drm_device 185 include/drm/drm_agpsupport.h static inline int drm_agp_bind(struct drm_device *dev, drm_device 191 include/drm/drm_agpsupport.h static inline int drm_agp_bind_ioctl(struct drm_device *dev, void *data, drm_device 38 include/drm/drm_crtc.h struct drm_device; drm_device 164 include/drm/drm_crtc.h struct drm_device *dev; drm_device 216 include/drm/drm_crtc.h struct drm_device *dev; drm_device 321 include/drm/drm_crtc.h struct drm_device *dev; drm_device 448 include/drm/drm_crtc.h struct drm_device *dev; drm_device 513 include/drm/drm_crtc.h struct drm_device *dev; drm_device 611 include/drm/drm_crtc.h struct drm_device *dev; drm_device 667 include/drm/drm_crtc.h struct drm_device *dev; drm_device 713 include/drm/drm_crtc.h struct drm_framebuffer *(*fb_create)(struct drm_device *dev, drm_device 716 include/drm/drm_crtc.h void (*output_poll_changed)(struct drm_device *dev); drm_device 878 include/drm/drm_crtc.h extern int drm_crtc_init_with_planes(struct drm_device *dev, drm_device 883 include/drm/drm_crtc.h extern int drm_crtc_init(struct drm_device *dev, drm_device 903 include/drm/drm_crtc.h extern int drm_connector_init(struct drm_device *dev, drm_device 913 include/drm/drm_crtc.h extern void drm_connector_unplug_all(struct drm_device *dev); drm_device 915 include/drm/drm_crtc.h extern int drm_bridge_init(struct drm_device *dev, struct drm_bridge *bridge, drm_device 919 include/drm/drm_crtc.h extern int drm_encoder_init(struct drm_device *dev, drm_device 937 include/drm/drm_crtc.h extern int drm_universal_plane_init(struct drm_device *dev, drm_device 944 include/drm/drm_crtc.h extern int drm_plane_init(struct drm_device *dev, drm_device 968 include/drm/drm_crtc.h extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_mode_group *group); drm_device 970 include/drm/drm_crtc.h extern void drm_reinit_primary_mode_group(struct drm_device *dev); drm_device 976 include/drm/drm_crtc.h extern void drm_mode_config_init(struct drm_device *dev); drm_device 977 include/drm/drm_crtc.h extern void drm_mode_config_reset(struct drm_device *dev); drm_device 978 include/drm/drm_crtc.h extern void drm_mode_config_cleanup(struct drm_device *dev); drm_device 1007 include/drm/drm_crtc.h extern int drm_framebuffer_init(struct drm_device *dev, drm_device 1010 include/drm/drm_crtc.h extern struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, drm_device 1021 include/drm/drm_crtc.h extern struct drm_property *drm_property_create(struct drm_device *dev, int flags, drm_device 1023 include/drm/drm_crtc.h extern struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags, drm_device 1027 include/drm/drm_crtc.h struct drm_property *drm_property_create_bitmask(struct drm_device *dev, drm_device 1032 include/drm/drm_crtc.h struct drm_property *drm_property_create_range(struct drm_device *dev, int flags, drm_device 1035 include/drm/drm_crtc.h struct drm_property *drm_property_create_signed_range(struct drm_device *dev, drm_device 1038 include/drm/drm_crtc.h struct drm_property *drm_property_create_object(struct drm_device *dev, drm_device 1040 include/drm/drm_crtc.h extern void drm_property_destroy(struct drm_device *dev, struct drm_property *property); drm_device 1043 include/drm/drm_crtc.h extern int drm_mode_create_dvi_i_properties(struct drm_device *dev); drm_device 1044 include/drm/drm_crtc.h extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats, drm_device 1046 include/drm/drm_crtc.h extern int drm_mode_create_scaling_mode_property(struct drm_device *dev); drm_device 1047 include/drm/drm_crtc.h extern int drm_mode_create_aspect_ratio_property(struct drm_device *dev); drm_device 1048 include/drm/drm_crtc.h extern int drm_mode_create_dirty_info_property(struct drm_device *dev); drm_device 1054 include/drm/drm_crtc.h extern struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, drm_device 1058 include/drm/drm_crtc.h extern int drm_mode_getresources(struct drm_device *dev, drm_device 1060 include/drm/drm_crtc.h extern int drm_mode_getplane_res(struct drm_device *dev, void *data, drm_device 1062 include/drm/drm_crtc.h extern int drm_mode_getcrtc(struct drm_device *dev, drm_device 1064 include/drm/drm_crtc.h extern int drm_mode_getconnector(struct drm_device *dev, drm_device 1067 include/drm/drm_crtc.h extern int drm_mode_setcrtc(struct drm_device *dev, drm_device 1069 include/drm/drm_crtc.h extern int drm_mode_getplane(struct drm_device *dev, drm_device 1071 include/drm/drm_crtc.h extern int drm_mode_setplane(struct drm_device *dev, drm_device 1073 include/drm/drm_crtc.h extern int drm_mode_cursor_ioctl(struct drm_device *dev, drm_device 1075 include/drm/drm_crtc.h extern int drm_mode_cursor2_ioctl(struct drm_device *dev, drm_device 1077 include/drm/drm_crtc.h extern int drm_mode_addfb(struct drm_device *dev, drm_device 1079 include/drm/drm_crtc.h extern int drm_mode_addfb2(struct drm_device *dev, drm_device 1082 include/drm/drm_crtc.h extern int drm_mode_rmfb(struct drm_device *dev, drm_device 1084 include/drm/drm_crtc.h extern int drm_mode_getfb(struct drm_device *dev, drm_device 1086 include/drm/drm_crtc.h extern int drm_mode_dirtyfb_ioctl(struct drm_device *dev, drm_device 1089 include/drm/drm_crtc.h extern int drm_mode_getproperty_ioctl(struct drm_device *dev, drm_device 1091 include/drm/drm_crtc.h extern int drm_mode_getblob_ioctl(struct drm_device *dev, drm_device 1093 include/drm/drm_crtc.h extern int drm_mode_connector_property_set_ioctl(struct drm_device *dev, drm_device 1095 include/drm/drm_crtc.h extern int drm_mode_getencoder(struct drm_device *dev, drm_device 1097 include/drm/drm_crtc.h extern int drm_mode_gamma_get_ioctl(struct drm_device *dev, drm_device 1099 include/drm/drm_crtc.h extern int drm_mode_gamma_set_ioctl(struct drm_device *dev, drm_device 1106 include/drm/drm_crtc.h extern int drm_mode_page_flip_ioctl(struct drm_device *dev, drm_device 1116 include/drm/drm_crtc.h struct drm_display_mode *drm_mode_find_dmt(struct drm_device *dev, drm_device 1120 include/drm/drm_crtc.h extern int drm_mode_create_dumb_ioctl(struct drm_device *dev, drm_device 1122 include/drm/drm_crtc.h extern int drm_mode_mmap_dumb_ioctl(struct drm_device *dev, drm_device 1124 include/drm/drm_crtc.h extern int drm_mode_destroy_dumb_ioctl(struct drm_device *dev, drm_device 1126 include/drm/drm_crtc.h extern int drm_mode_obj_get_properties_ioctl(struct drm_device *dev, void *data, drm_device 1128 include/drm/drm_crtc.h extern int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data, drm_device 1141 include/drm/drm_crtc.h extern struct drm_property *drm_mode_create_rotation_property(struct drm_device *dev, drm_device 1148 include/drm/drm_crtc.h static inline struct drm_plane *drm_plane_find(struct drm_device *dev, drm_device 1156 include/drm/drm_crtc.h static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, drm_device 1164 include/drm/drm_crtc.h static inline struct drm_encoder *drm_encoder_find(struct drm_device *dev, drm_device 1172 include/drm/drm_crtc.h static inline struct drm_connector *drm_connector_find(struct drm_device *dev, drm_device 1180 include/drm/drm_crtc.h static inline struct drm_property *drm_property_find(struct drm_device *dev, drm_device 1189 include/drm/drm_crtc.h drm_property_blob_find(struct drm_device *dev, uint32_t id) drm_device 128 include/drm/drm_crtc_helper.h extern void drm_helper_disable_unused_functions(struct drm_device *dev); drm_device 139 include/drm/drm_crtc_helper.h extern void drm_helper_move_panel_connectors_to_head(struct drm_device *); drm_device 162 include/drm/drm_crtc_helper.h extern void drm_helper_resume_force_mode(struct drm_device *dev); drm_device 172 include/drm/drm_crtc_helper.h extern void drm_kms_helper_poll_init(struct drm_device *dev); drm_device 173 include/drm/drm_crtc_helper.h extern void drm_kms_helper_poll_fini(struct drm_device *dev); drm_device 174 include/drm/drm_crtc_helper.h extern bool drm_helper_hpd_irq_event(struct drm_device *dev); drm_device 175 include/drm/drm_crtc_helper.h extern void drm_kms_helper_hotplug_event(struct drm_device *dev); drm_device 177 include/drm/drm_crtc_helper.h extern void drm_kms_helper_poll_disable(struct drm_device *dev); drm_device 178 include/drm/drm_crtc_helper.h extern void drm_kms_helper_poll_enable(struct drm_device *dev); drm_device 104 include/drm/drm_encoder_slave.h int drm_i2c_encoder_init(struct drm_device *dev, drm_device 124 include/drm/drm_encoder_slave.h struct drm_device *dev, drm_device 8 include/drm/drm_fb_cma_helper.h struct drm_device; drm_device 12 include/drm/drm_fb_cma_helper.h struct drm_fbdev_cma *drm_fbdev_cma_init(struct drm_device *dev, drm_device 20 include/drm/drm_fb_cma_helper.h struct drm_framebuffer *drm_fb_cma_create(struct drm_device *dev, drm_device 84 include/drm/drm_fb_helper.h struct drm_device *dev; drm_device 100 include/drm/drm_fb_helper.h void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, drm_device 102 include/drm/drm_fb_helper.h int drm_fb_helper_init(struct drm_device *dev, drm_device 57 include/drm/drm_gem.h struct drm_device *dev; drm_device 126 include/drm/drm_gem.h int drm_gem_object_init(struct drm_device *dev, drm_device 128 include/drm/drm_gem.h void drm_gem_private_object_init(struct drm_device *dev, drm_device 153 include/drm/drm_gem.h struct drm_device *dev = obj->dev; drm_device 176 include/drm/drm_gem.h struct drm_gem_object *drm_gem_object_lookup(struct drm_device *dev, drm_device 180 include/drm/drm_gem.h struct drm_device *dev, drm_device 27 include/drm/drm_gem_cma_helper.h struct drm_device *drm, struct drm_mode_create_dumb *args); drm_device 31 include/drm/drm_gem_cma_helper.h struct drm_device *drm, uint32_t handle, uint64_t *offset); drm_device 37 include/drm/drm_gem_cma_helper.h struct drm_gem_cma_object *drm_gem_cma_create(struct drm_device *drm, drm_device 48 include/drm/drm_gem_cma_helper.h drm_gem_cma_prime_import_sg_table(struct drm_device *dev, drm_device 154 include/drm/drm_legacy.h int drm_legacy_addmap(struct drm_device *d, resource_size_t offset, drm_device 157 include/drm/drm_legacy.h int drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map); drm_device 158 include/drm/drm_legacy.h int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map); drm_device 159 include/drm/drm_legacy.h struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev); drm_device 162 include/drm/drm_legacy.h int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); drm_device 163 include/drm/drm_legacy.h int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); drm_device 186 include/drm/drm_legacy.h void __drm_legacy_pci_free(struct drm_device *dev, drm_dma_handle_t * dmah); drm_device 189 include/drm/drm_legacy.h void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev); drm_device 190 include/drm/drm_legacy.h void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev); drm_device 191 include/drm/drm_legacy.h void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev); drm_device 193 include/drm/drm_legacy.h static __inline__ struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, drm_device 180 include/drm/drm_modes.h struct drm_display_mode *drm_mode_create(struct drm_device *dev); drm_device 181 include/drm/drm_modes.h void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode); drm_device 185 include/drm/drm_modes.h struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, drm_device 189 include/drm/drm_modes.h struct drm_display_mode *drm_gtf_mode(struct drm_device *dev, drm_device 192 include/drm/drm_modes.h struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev, drm_device 212 include/drm/drm_modes.h struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, drm_device 220 include/drm/drm_modes.h void drm_mode_validate_size(struct drm_device *dev, drm_device 223 include/drm/drm_modes.h void drm_mode_prune_invalid(struct drm_device *dev, drm_device 234 include/drm/drm_modes.h drm_mode_create_from_cmdline_mode(struct drm_device *dev, drm_device 127 include/drm/drm_modeset_lock.h struct drm_device; drm_device 130 include/drm/drm_modeset_lock.h void drm_modeset_lock_all(struct drm_device *dev); drm_device 131 include/drm/drm_modeset_lock.h int __drm_modeset_lock_all(struct drm_device *dev, bool trylock); drm_device 132 include/drm/drm_modeset_lock.h void drm_modeset_unlock_all(struct drm_device *dev); drm_device 135 include/drm/drm_modeset_lock.h void drm_warn_on_modeset_not_all_locked(struct drm_device *dev); drm_device 139 include/drm/drm_modeset_lock.h int drm_modeset_lock_all_crtcs(struct drm_device *dev, drm_device 4 include/drm/drm_of.h struct drm_device; drm_device 8 include/drm/drm_of.h extern uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, drm_device 11 include/drm/drm_of.h static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, drm_device 30 include/drm/drm_panel.h struct drm_device; drm_device 74 include/drm/drm_panel.h struct drm_device *drm; drm_device 66 include/drm/drm_plane_helper.h extern struct drm_plane *drm_primary_helper_create_plane(struct drm_device *dev,