Searched refs:drm_handler (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_drv.c265 linux_ioctl_register_handler(&drm_handler);
277 linux_ioctl_unregister_handler(&drm_handler);
H A Ddrm_os_freebsd.c344 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl, variable in typeref:struct:linux_ioctl_handler
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_drv.c828 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl, variable in typeref:struct:linux_ioctl_handler
832 linux_ioctl_register_handler, &drm_handler);
834 linux_ioctl_unregister_handler, &drm_handler);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c131 static struct linux_ioctl_handler drm_handler = variable in typeref:struct:linux_ioctl_handler
151 DATA_SET(linux_ioctl_handler_set, drm_handler);

Completed in 76 milliseconds