Searched refs:agpdev (Results 1 – 3 of 3) sorted by relevance
365 device_t agpdev; in drm_agp_init() local370 if (!agpdev) in drm_agp_init()380 head->agpdev = agpdev; in drm_agp_init()393 device_t agpdev; in drm_agp_allocate_memory() local396 if (!agpdev) in drm_agp_allocate_memory()404 device_t agpdev; in drm_agp_free_memory() local407 if (!agpdev || !handle) in drm_agp_free_memory()416 device_t agpdev; in drm_agp_bind_memory() local419 if (!agpdev || !handle) in drm_agp_bind_memory()427 device_t agpdev; in drm_agp_unbind_memory() local[all …]
464 device_t agpdev; member
58 device_t agpdev; in drm_free_agp() local60 agpdev = agp_find_device(); in drm_free_agp()61 if (!agpdev || !handle) in drm_free_agp()64 agp_free_memory(agpdev, handle); in drm_free_agp()71 device_t agpdev; in drm_bind_agp() local73 agpdev = agp_find_device(); in drm_bind_agp()74 if (!agpdev || !handle) in drm_bind_agp()83 device_t agpdev; in drm_unbind_agp() local85 agpdev = agp_find_device(); in drm_unbind_agp()86 if (!agpdev || !handle) in drm_unbind_agp()[all …]