Searched refs:max_ioctl (Results 1 – 11 of 11) sorted by relevance
54 dev->driver->max_ioctl = 0; in tdfx_configure()
52 dev->driver->max_ioctl = sis_max_ioctl; in sis_configure()
58 dev->driver->max_ioctl = savage_max_ioctl; in savage_configure()
64 dev->driver->max_ioctl = via_max_ioctl; in via_configure()
68 dev->driver->max_ioctl = r128_max_ioctl; in r128_configure()
69 dev->driver->max_ioctl = mach64_max_ioctl; in mach64_configure()
72 dev->driver->max_ioctl = radeon_max_ioctl; in radeon_configure()
112 dev->driver->max_ioctl = mga_max_ioctl; in mga_configure()
96 dev->driver->max_ioctl = i915_max_ioctl; in i915_configure()
770 if (nr > dev->driver->max_ioctl) { in drm_ioctl()772 nr, dev->driver->max_ioctl); in drm_ioctl()
602 int max_ioctl; member