Lines Matching defs:dev
65 static int drm_agp_info_hook(struct drm_device *dev, struct drm_agp_info *info) in drm_agp_info_hook()
99 static int drm_agp_info_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_info_ioctl_hook()
121 static int drm_agp_acquire_hook(struct drm_device * dev) in drm_agp_acquire_hook()
147 static int drm_agp_acquire_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_acquire_ioctl_hook()
161 static int drm_agp_release_hook(struct drm_device * dev) in drm_agp_release_hook()
171 static int drm_agp_release_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_release_ioctl_hook()
187 static int drm_agp_enable_hook(struct drm_device * dev, struct drm_agp_mode mode) in drm_agp_enable_hook()
199 static int drm_agp_enable_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_enable_ioctl_hook()
219 static int drm_agp_alloc_hook(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc_hook()
267 static int drm_agp_alloc_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_alloc_ioctl_hook()
284 static struct drm_agp_mem *drm_agp_lookup_entry(struct drm_device *dev, in drm_agp_lookup_entry()
308 static int drm_agp_unbind_hook(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind_hook()
330 static int drm_agp_unbind_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_unbind_ioctl_hook()
351 static int drm_agp_bind_hook(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind_hook()
379 static int drm_agp_bind_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_bind_ioctl_hook()
401 static int drm_agp_free_hook(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free_hook()
430 static int drm_agp_free_ioctl_hook(struct drm_device *dev, void *data, in drm_agp_free_ioctl_hook()
450 static struct drm_agp_head *drm_agp_init_hook(struct drm_device *dev) in drm_agp_init_hook()
501 static void drm_agp_clear_hook(struct drm_device *dev) in drm_agp_clear_hook()