Searched refs:max_ioctl (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
H A Dtdfx_drv.c54 dev->driver->max_ioctl = 0;
H A Dsavage_drv.c58 dev->driver->max_ioctl = savage_max_ioctl;
H A Dsis_drv.c52 dev->driver->max_ioctl = sis_max_ioctl;
H A Dvia_drv.c64 dev->driver->max_ioctl = via_max_ioctl;
H A Di915_drv.c96 dev->driver->max_ioctl = i915_max_ioctl;
H A Dmach64_drv.c69 dev->driver->max_ioctl = mach64_max_ioctl;
H A Dmga_drv.c112 dev->driver->max_ioctl = mga_max_ioctl;
H A Dr128_drv.c68 dev->driver->max_ioctl = r128_max_ioctl;
H A Dradeon_drv.c72 dev->driver->max_ioctl = radeon_max_ioctl;
H A Ddrm_drv.c770 if (nr > dev->driver->max_ioctl) {
772 nr, dev->driver->max_ioctl);
H A DdrmP.h602 int max_ioctl; member in struct:drm_driver_info

Completed in 81 milliseconds