Searched refs:max_ioctl (Results 1 – 10 of 10) sorted by relevance
51 dev->driver->max_ioctl = 0; in tdfx_configure()
49 dev->driver->max_ioctl = sis_max_ioctl; in sis_configure()
55 dev->driver->max_ioctl = savage_max_ioctl; in savage_configure()
70 dev->driver->max_ioctl = r128_max_ioctl; in r128_configure()
72 dev->driver->max_ioctl = mach64_max_ioctl; in mach64_configure()
135 dev->driver->max_ioctl = mga_max_ioctl; in mga_configure()
91 dev->driver->max_ioctl = i915_max_ioctl; in i915_configure()
69 dev->driver->max_ioctl = radeon_max_ioctl; in radeon_configure()
1036 if (nr > dev->driver->max_ioctl) { in drm_ioctl()1038 nr, dev->driver->max_ioctl); in drm_ioctl()
750 int max_ioctl; member