Searched refs:drm_handler (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c138 static struct linux_ioctl_handler drm_handler = variable in typeref:struct:linux_ioctl_handler
160 DATA_SET(linux_ioctl_handler_set, drm_handler);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c450 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl, variable in typeref:struct:linux_ioctl_handler
H A Ddrm_drv.c265 linux_ioctl_register_handler(&drm_handler);
277 linux_ioctl_unregister_handler(&drm_handler);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c805 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl, variable in typeref:struct:linux_ioctl_handler
809 linux_ioctl_register_handler, &drm_handler);
811 linux_ioctl_unregister_handler, &drm_handler);

Completed in 104 milliseconds