Home
last modified time | relevance | path

Searched refs:agph_unbind_ioctl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h51 int (*agph_unbind_ioctl)(struct drm_device *, void *, member
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_agp_hook.c265 DEFINE_AGP_HOOK_IOCTL(drm_agp_unbind_ioctl, agph_unbind_ioctl) in DEFINE_AGP_HOOK_IOCTL()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c552 .agph_unbind_ioctl = drm_agp_unbind_ioctl_hook,