Home
last modified time | relevance | path

Searched refs:module_exit (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/dev/pci/drm/display/
H A Ddrm_display_helper_mod.c22 module_exit(drm_display_helper_module_exit);
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dmodule.h19 #define module_exit(x) macro
/openbsd-src/sys/dev/pci/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c114 module_exit(amdgpu_xcp_drv_exit);
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_module.c119 module_exit(i915_exit);
/openbsd-src/sys/dev/pci/drm/scheduler/
H A Dsched_fence.c262 module_exit(drm_sched_fence_slab_fini);
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_buddy.c841 module_exit(drm_buddy_module_exit);
H A Ddrm_drv.c93 * drm attaches. In linux this is handled via module_init()/module_exit()
1225 module_exit(drm_core_exit); in drm_core_init()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c644 module_exit(radeon_module_exit);
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dkvmgt.c1986 module_exit(kvmgt_exit);
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2951 module_exit(amdgpu_exit);
3048 * amdgpu attaches in linux this is handled via module_init()/module_exit()